mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Bug 1624307 - Add a try preset for a Linux/Android F-push. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D67858 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
504c3243d5
commit
5867f01980
@ -43,6 +43,23 @@ devtools-linux:
|
||||
- "'mochitest-devtools-chrome-e10s | 'mochitest-chrome-1proc 'linux '64/"
|
||||
- "'xpcshell-e10s 'linux '64/"
|
||||
|
||||
fpush-linux-android:
|
||||
selector: fuzzy
|
||||
description: >-
|
||||
Runs correctness test suites on Linux and Android emulator platforms, as
|
||||
well as builds across main platforms. The resulting jobs on TreeHerder
|
||||
used to end up looking like a "F" shape (not so much these days) and so
|
||||
this is typically referred to as an F-push. This is useful to do as a
|
||||
general sanity check on changes to cross-platform Gecko code where you
|
||||
unsure of what tests might be affected. Linux and Android (emulator)
|
||||
test coverage are relatively cheap to run and cover a lot of the
|
||||
codebase, while the builds on other platforms catch compilation problems
|
||||
that might result from only building locally on one platform.
|
||||
query:
|
||||
- "'test-linux1804 'debug- !-shippable !-asan !-fis-"
|
||||
- "'test-android-em 'debug"
|
||||
- "^build !-shippable !-signing !-asan !-fuzzing !-rusttests !-base-toolchain !-aar-"
|
||||
|
||||
perf:
|
||||
selector: fuzzy
|
||||
description: >-
|
||||
|
Loading…
x
Reference in New Issue
Block a user