diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ce1546f8343..0ae6d524cf5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,6 +41,12 @@ jobs: parameters: configurationName: I386_RELEASE_ZTS configurationParameters: '--disable-debug --enable-zts' + - template: azure/msan_job.yml + parameters: + configurationName: DEBUG_ZTS_MSAN + configurationParameters: '--enable-debug --enable-zts' + runTestsParameters: --msan + timeoutInMinutes: 90 - template: azure/community_job.yml parameters: configurationName: COMMUNITY