Re-add MSAN in nightly

This was lost when migrating to GitHub actions. I'll move this one to
GitHub as well at a later point.
This commit is contained in:
Ilija Tovilo 2022-07-21 16:49:52 +02:00
parent 5b83b3a933
commit ad136e6a6d
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

@ -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