Skip to content

Commit ad136e6

Browse files
committedJul 21, 2022
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.
1 parent 5b83b3a commit ad136e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎azure-pipelines.yml

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
parameters:
4242
configurationName: I386_RELEASE_ZTS
4343
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
4450
- template: azure/community_job.yml
4551
parameters:
4652
configurationName: COMMUNITY

0 commit comments

Comments
 (0)