We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b83b3a commit ad136e6Copy full SHA for ad136e6
azure-pipelines.yml
@@ -41,6 +41,12 @@ jobs:
41
parameters:
42
configurationName: I386_RELEASE_ZTS
43
configurationParameters: '--disable-debug --enable-zts'
44
+ - template: azure/msan_job.yml
45
+ parameters:
46
+ configurationName: DEBUG_ZTS_MSAN
47
+ configurationParameters: '--enable-debug --enable-zts'
48
+ runTestsParameters: --msan
49
+ timeoutInMinutes: 90
50
- template: azure/community_job.yml
51
52
configurationName: COMMUNITY
0 commit comments