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