@@ -20,65 +20,65 @@ jobs:
20
20
parameters :
21
21
configurationName : RELEASE_ZTS
22
22
configurationParameters : ' --disable-debug --enable-maintainer-zts'
23
- - template : azure/i386/job.yml
24
- parameters :
25
- configurationName : I386_DEBUG_ZTS
26
- configurationParameters : ' --enable-debug --enable-maintainer-zts'
27
- - template : azure/macos/job.yml
28
- parameters :
29
- configurationName : MACOS_DEBUG_NTS
30
- configurationParameters : ' --enable-debug --disable-maintainer-zts'
31
- - ${{ if eq(variables['Build.Reason'], 'Schedule') }} :
32
- - template : azure/job.yml
33
- parameters :
34
- configurationName : DEBUG_ZTS
35
- configurationParameters : ' --enable-debug --enable-maintainer-zts'
36
- - template : azure/job.yml
37
- parameters :
38
- configurationName : RELEASE_NTS
39
- configurationParameters : ' --disable-debug --disable-maintainer-zts'
40
- - template : azure/i386/job.yml
41
- parameters :
42
- configurationName : I386_DEBUG_NTS
43
- configurationParameters : ' --enable-debug --disable-maintainer-zts'
44
- - template : azure/i386/job.yml
45
- parameters :
46
- configurationName : I386_RELEASE_NTS
47
- configurationParameters : ' --disable-debug --disable-maintainer-zts'
48
- - template : azure/i386/job.yml
49
- parameters :
50
- configurationName : I386_RELEASE_ZTS
51
- configurationParameters : ' --disable-debug --enable-maintainer-zts'
52
- - template : azure/macos/job.yml
53
- parameters :
54
- configurationName : MACOS_DEBUG_ZTS
55
- configurationParameters : ' --enable-debug --enable-maintainer-zts'
56
- - template : azure/macos/job.yml
57
- parameters :
58
- configurationName : MACOS_RELEASE_NTS
59
- configurationParameters : ' --disable-debug --disable-maintainer-zts'
60
- - template : azure/macos/job.yml
61
- parameters :
62
- configurationName : MACOS_RELEASE_ZTS
63
- configurationParameters : ' --disable-debug --enable-maintainer-zts'
64
- - template : azure/job.yml
65
- parameters :
66
- configurationName : DEBUG_ZTS_ASAN_UBSAN
67
- configurationParameters : >-
68
- --enable-debug --enable-maintainer-zts
69
- CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
70
- LDFLAGS='-fsanitize=undefined,address'
71
- runTestsParameters : --asan
72
- timeoutInMinutes : 120
73
- - template : azure/msan_job.yml
74
- parameters :
75
- configurationName : DEBUG_ZTS_MSAN
76
- configurationParameters : ' --enable-debug --enable-maintainer-zts'
77
- runTestsParameters : --asan
78
- - template : azure/community_job.yml
79
- parameters :
80
- configurationName : COMMUNITY
81
- configurationParameters : >-
82
- --enable-debug --enable-maintainer-zts
83
- CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
84
- LDFLAGS='-fsanitize=undefined,address'
23
+ # - template: azure/i386/job.yml
24
+ # parameters:
25
+ # configurationName: I386_DEBUG_ZTS
26
+ # configurationParameters: '--enable-debug --enable-maintainer-zts'
27
+ # - template: azure/macos/job.yml
28
+ # parameters:
29
+ # configurationName: MACOS_DEBUG_NTS
30
+ # configurationParameters: '--enable-debug --disable-maintainer-zts'
31
+ # - ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
32
+ # - template: azure/job.yml
33
+ # parameters:
34
+ # configurationName: DEBUG_ZTS
35
+ # configurationParameters: '--enable-debug --enable-maintainer-zts'
36
+ # - template: azure/job.yml
37
+ # parameters:
38
+ # configurationName: RELEASE_NTS
39
+ # configurationParameters: '--disable-debug --disable-maintainer-zts'
40
+ # - template: azure/i386/job.yml
41
+ # parameters:
42
+ # configurationName: I386_DEBUG_NTS
43
+ # configurationParameters: '--enable-debug --disable-maintainer-zts'
44
+ # - template: azure/i386/job.yml
45
+ # parameters:
46
+ # configurationName: I386_RELEASE_NTS
47
+ # configurationParameters: '--disable-debug --disable-maintainer-zts'
48
+ # - template: azure/i386/job.yml
49
+ # parameters:
50
+ # configurationName: I386_RELEASE_ZTS
51
+ # configurationParameters: '--disable-debug --enable-maintainer-zts'
52
+ # - template: azure/macos/job.yml
53
+ # parameters:
54
+ # configurationName: MACOS_DEBUG_ZTS
55
+ # configurationParameters: '--enable-debug --enable-maintainer-zts'
56
+ # - template: azure/macos/job.yml
57
+ # parameters:
58
+ # configurationName: MACOS_RELEASE_NTS
59
+ # configurationParameters: '--disable-debug --disable-maintainer-zts'
60
+ # - template: azure/macos/job.yml
61
+ # parameters:
62
+ # configurationName: MACOS_RELEASE_ZTS
63
+ # configurationParameters: '--disable-debug --enable-maintainer-zts'
64
+ # - template: azure/job.yml
65
+ # parameters:
66
+ # configurationName: DEBUG_ZTS_ASAN_UBSAN
67
+ # configurationParameters: >-
68
+ # --enable-debug --enable-maintainer-zts
69
+ # CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
70
+ # LDFLAGS='-fsanitize=undefined,address'
71
+ # runTestsParameters: --asan
72
+ # timeoutInMinutes: 120
73
+ # - template: azure/msan_job.yml
74
+ # parameters:
75
+ # configurationName: DEBUG_ZTS_MSAN
76
+ # configurationParameters: '--enable-debug --enable-maintainer-zts'
77
+ # runTestsParameters: --asan
78
+ # - template: azure/community_job.yml
79
+ # parameters:
80
+ # configurationName: COMMUNITY
81
+ # configurationParameters: >-
82
+ # --enable-debug --enable-maintainer-zts
83
+ # CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
84
+ # LDFLAGS='-fsanitize=undefined,address'
0 commit comments