@@ -22,83 +22,10 @@ schedules:
22
22
- master
23
23
24
24
jobs :
25
- - template : azure/job .yml
25
+ - template : azure/community_job .yml
26
26
parameters :
27
- configurationName : DEBUG_NTS
28
- configurationParameters : ' --enable-debug --disable-zts'
29
- - template : azure/job.yml
30
- parameters :
31
- configurationName : RELEASE_ZTS
32
- configurationParameters : ' --disable-debug --enable-zts'
33
- - template : azure/i386/job.yml
34
- parameters :
35
- configurationName : I386_DEBUG_ZTS
36
- configurationParameters : ' --enable-debug --enable-zts'
37
- - template : azure/macos/job.yml
38
- parameters :
39
- configurationName : MACOS_DEBUG_NTS
40
- configurationParameters : ' --enable-debug --disable-zts'
41
- - ${{ if eq(variables['Build.Reason'], 'Schedule') }} :
42
- - template : azure/job.yml
43
- parameters :
44
- configurationName : DEBUG_ZTS
45
- configurationParameters : ' --enable-debug --enable-zts'
46
- - template : azure/job.yml
47
- parameters :
48
- configurationName : RELEASE_NTS
49
- configurationParameters : ' --disable-debug --disable-zts'
50
- - template : azure/i386/job.yml
51
- parameters :
52
- configurationName : I386_DEBUG_NTS
53
- configurationParameters : ' --enable-debug --disable-zts'
54
- - template : azure/i386/job.yml
55
- parameters :
56
- configurationName : I386_RELEASE_NTS
57
- configurationParameters : ' --disable-debug --disable-zts'
58
- - template : azure/i386/job.yml
59
- parameters :
60
- configurationName : I386_RELEASE_ZTS
61
- configurationParameters : ' --disable-debug --enable-zts'
62
- - template : azure/macos/job.yml
63
- parameters :
64
- configurationName : MACOS_DEBUG_ZTS
65
- configurationParameters : ' --enable-debug --enable-zts'
66
- - template : azure/macos/job.yml
67
- parameters :
68
- configurationName : MACOS_RELEASE_NTS
69
- configurationParameters : ' --disable-debug --disable-zts'
70
- - template : azure/macos/job.yml
71
- parameters :
72
- configurationName : MACOS_RELEASE_ZTS
73
- configurationParameters : ' --disable-debug --enable-zts'
74
- - template : azure/job.yml
75
- parameters :
76
- configurationName : DEBUG_ZTS_ASAN_UBSAN
77
- configurationParameters : >-
78
- --enable-debug --enable-zts
79
- CFLAGS='-fsanitize=undefined,address -DZEND_TRACK_ARENA_ALLOC'
80
- LDFLAGS='-fsanitize=undefined,address'
81
- runTestsParameters : --asan
82
- timeoutInMinutes : 310
83
- - template : azure/msan_job.yml
84
- parameters :
85
- configurationName : DEBUG_ZTS_MSAN
86
- configurationParameters : ' --enable-debug --enable-zts'
87
- runTestsParameters : --msan
88
- timeoutInMinutes : 90
89
- - template : azure/community_job.yml
90
- parameters :
91
- configurationName : COMMUNITY
92
- configurationParameters : >-
93
- --enable-debug --enable-zts
94
- CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
95
- LDFLAGS='-fsanitize=undefined,address'
96
- - template : azure/coverage_job.yml
97
- parameters :
98
- configurationName : COVERAGE_DEBUG_ZTS
99
- configurationParameters : ' --enable-debug --disable-zts'
100
- timeoutInMinutes : 90
101
- - template : azure/file_cache_job.yml
102
- parameters :
103
- configurationName : DEBUG_NTS_FILE_CACHE
104
- configurationParameters : ' --enable-debug --disable-zts'
27
+ configurationName : COMMUNITY
28
+ configurationParameters : >-
29
+ --enable-debug --enable-zts
30
+ CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC'
31
+ LDFLAGS='-fsanitize=undefined,address'
0 commit comments