@@ -12,77 +12,7 @@ trigger:
12
12
- UPGRADING.INTERNALS
13
13
14
14
jobs :
15
- - template : azure/job.yml
16
- parameters :
17
- configurationName : DEBUG_NTS
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
15
- template : azure/coverage_job.yml
24
16
parameters :
25
17
configurationName : COVERAGE
26
18
configurationParameters : ' --enable-debug --disable-maintainer-zts'
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