mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1836122 - disable mda test suite on linux TSAN builds;r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D179591
This commit is contained in:
parent
d88c6be303
commit
3d63da8c0c
@ -645,7 +645,7 @@ mochitest-media:
|
||||
by-test-platform:
|
||||
android.*: []
|
||||
windows.*ccov.*: []
|
||||
linux.*64(-shippable|-asan|-tsan)?-qr/opt: ['autoland', 'mozilla-central']
|
||||
linux.*64(-shippable|-asan)?-qr/opt: ['autoland', 'mozilla-central'] # linux.*-tsan disabled until Bug 1835935
|
||||
macosx.*64(-shippable)?-qr/(opt|debug): ['autoland', 'mozilla-central']
|
||||
windows1.*(-shippable)?-qr/(opt|debug): ['autoland', 'mozilla-central']
|
||||
windows.*-asan-qr/opt: ['autoland', 'mozilla-central']
|
||||
@ -704,6 +704,7 @@ mochitest-media:
|
||||
android.*: built-projects
|
||||
linux.*(asan|ccov)/opt: []
|
||||
.*(ccov/|asan/|-32).*: built-projects
|
||||
linux.*64-tsan.*: [] # linux.*-tsan disabled until Bug 1835935
|
||||
(android|linux|windows10-64-2009|windows11-64-2009|macos)(?!.*-qr).*: []
|
||||
default: built-projects
|
||||
loopback-video: true
|
||||
|
Loading…
Reference in New Issue
Block a user