|
38 | 38 | parameters:
|
39 | 39 | configurationName: MACOS_DEBUG_NTS
|
40 | 40 | configurationParameters: '--enable-debug --disable-zts'
|
| 41 | + - template: azure/file_cache_job.yml |
| 42 | + parameters: |
| 43 | + configurationName: DEBUG_NTS_FILE_CACHE |
| 44 | + configurationParameters: '--enable-debug --disable-zts' |
| 45 | + timeoutInMinutes: 90 |
| 46 | + - template: azure/job.yml |
| 47 | + parameters: |
| 48 | + configurationName: DEBUG_NTS_REPEAT |
| 49 | + configurationParameters: '--enable-debug --disable-zts' |
| 50 | + runTestsParameters: '--repeat 2' |
| 51 | + - template: azure/community_job.yml |
| 52 | + parameters: |
| 53 | + configurationName: COMMUNITY |
| 54 | + configurationParameters: >- |
| 55 | + --enable-debug --enable-zts |
| 56 | + CFLAGS='-fsanitize=undefined,address -fno-sanitize-recover -DZEND_TRACK_ARENA_ALLOC' |
| 57 | + LDFLAGS='-fsanitize=undefined,address' |
41 | 58 | - ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
|
42 | 59 | - template: azure/job.yml
|
43 | 60 | parameters:
|
@@ -86,28 +103,11 @@ jobs:
|
86 | 103 | configurationParameters: '--enable-debug --enable-zts'
|
87 | 104 | runTestsParameters: --msan
|
88 | 105 | timeoutInMinutes: 120
|
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 | 106 | - template: azure/coverage_job.yml
|
97 | 107 | parameters:
|
98 | 108 | configurationName: COVERAGE_DEBUG_ZTS
|
99 | 109 | configurationParameters: '--enable-debug --disable-zts'
|
100 | 110 | timeoutInMinutes: 90
|
101 |
| - - template: azure/file_cache_job.yml |
102 |
| - parameters: |
103 |
| - configurationName: DEBUG_NTS_FILE_CACHE |
104 |
| - configurationParameters: '--enable-debug --disable-zts' |
105 |
| - timeoutInMinutes: 90 |
106 |
| - - template: azure/job.yml |
107 |
| - parameters: |
108 |
| - configurationName: DEBUG_NTS_REPEAT |
109 |
| - configurationParameters: '--enable-debug --disable-zts' |
110 |
| - runTestsParameters: '--repeat 2' |
111 | 111 | - template: azure/libmysqlclient_job.yml
|
112 | 112 | parameters:
|
113 | 113 | configurationName: LIBMYSQLCLIENT_DEBUG_NTS
|
|
0 commit comments