forked from mirrors/gecko-dev
Bug 1900887 - Remove Windows 7 from the desktop-frontend Try preset and include 32-bit jobs. r=Gijs DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D212747
This commit is contained in:
parent
83a09e8882
commit
cf6f135372
1 changed files with 8 additions and 8 deletions
|
|
@ -70,7 +70,7 @@ desktop-frontend:
|
||||||
stick on central.
|
stick on central.
|
||||||
selector: fuzzy
|
selector: fuzzy
|
||||||
query:
|
query:
|
||||||
# Runs 64-bit frontend-tests, plus win7. Tries to avoid running
|
# Runs desktop frontend-tests. Tries to avoid running
|
||||||
# asan/tsan because they're not available as artifact builds, and
|
# asan/tsan because they're not available as artifact builds, and
|
||||||
# rarely offer different results from debug/opt. It also avoids running
|
# rarely offer different results from debug/opt. It also avoids running
|
||||||
# msix/swr/a11y-checks/gpu/nofis/headless variants of otherwise
|
# msix/swr/a11y-checks/gpu/nofis/headless variants of otherwise
|
||||||
|
|
@ -78,12 +78,12 @@ desktop-frontend:
|
||||||
# results for frontend-only changes.
|
# results for frontend-only changes.
|
||||||
# This won't run 32-bit debug tests, which seems an acceptable
|
# This won't run 32-bit debug tests, which seems an acceptable
|
||||||
# trade-off for query complexity + runtime on infrastructure.
|
# trade-off for query complexity + runtime on infrastructure.
|
||||||
- "'browser-chrome 'windows7 | '64 !spi !asan !tsan !msix !a11y !swr | 'linux"
|
- "'browser-chrome !spi !asan !tsan !msix !a11y !swr | 'linux"
|
||||||
- "'mochitest-chrome 'windows7 | '64 !spi !asan !tsan !swr !gpu"
|
- "'mochitest-chrome !spi !asan !tsan !swr !gpu"
|
||||||
- "'xpcshell 'windows7 | '64 !spi !asan !tsan !msix !nofis !condprof !android"
|
- "'xpcshell !spi !asan !tsan !msix !nofis !condprof !android"
|
||||||
- "'browser-a11y | 'mochitest-a11y 'windows7 | '64 !spi !asan !tsan !no-cache !swr"
|
- "'browser-a11y | 'mochitest-a11y !spi !asan !tsan !no-cache !swr"
|
||||||
- "'marionette 'windows7 | '64 !asan !source !headless !swr"
|
- "'marionette !asan !source !headless !swr"
|
||||||
- "'firefox-ui-functional 'windows7 | '64 !asan !tsan"
|
- "'firefox-ui-functional !asan !tsan"
|
||||||
|
|
||||||
devtools:
|
devtools:
|
||||||
selector: fuzzy
|
selector: fuzzy
|
||||||
|
|
@ -218,7 +218,7 @@ mochitest-bc:
|
||||||
tsan, msix, etc.) and some non-default configurations. For frontend
|
tsan, msix, etc.) and some non-default configurations. For frontend
|
||||||
only changes, use this with --artifact to speed up your trypushes.
|
only changes, use this with --artifact to speed up your trypushes.
|
||||||
query:
|
query:
|
||||||
- "'browser-chrome 'windows7 | '64 !tsan !asan !msix !spi !a11y !swr | 'linux"
|
- "'browser-chrome !tsan !asan !msix !spi !a11y !swr | 'linux"
|
||||||
selector: fuzzy
|
selector: fuzzy
|
||||||
|
|
||||||
perf:
|
perf:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue