Bug 1894947 - Exclude android from desktop-frontend try preset r=releng-reviewers,jcristau

I only changed the query to exclude `android` for `xpcshell` because the `xpcshell` query was the only one picking up `android` tests (for `xpcshell`).

Differential Revision: https://phabricator.services.mozilla.com/D211112
This commit is contained in:
ahochheiden 2024-05-22 07:19:05 +00:00
parent 91455da22d
commit 568c9980cf

View file

@ -80,7 +80,7 @@ desktop-frontend:
# trade-off for query complexity + runtime on infrastructure.
- "'browser-chrome 'windows7 | '64 !spi !asan !tsan !msix !a11y !swr | 'linux"
- "'mochitest-chrome 'windows7 | '64 !spi !asan !tsan !swr !gpu"
- "'xpcshell 'windows7 | '64 !spi !asan !tsan !msix !nofis !condprof"
- "'xpcshell 'windows7 | '64 !spi !asan !tsan !msix !nofis !condprof !android"
- "'browser-a11y | 'mochitest-a11y 'windows7 | '64 !spi !asan !tsan !no-cache !swr"
- "'marionette 'windows7 | '64 !asan !source !headless !swr"
- "'firefox-ui-functional 'windows7 | '64 !asan !tsan"