From 568c9980cfa05c49bc7b3ab0dde8021d3bcd675d Mon Sep 17 00:00:00 2001 From: ahochheiden Date: Wed, 22 May 2024 07:19:05 +0000 Subject: [PATCH] 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 --- tools/tryselect/try_presets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tryselect/try_presets.yml b/tools/tryselect/try_presets.yml index bb40a6f1be78..0d115dc2e13a 100644 --- a/tools/tryselect/try_presets.yml +++ b/tools/tryselect/try_presets.yml @@ -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"