Bug 1713312 - Use backstop optimizer combined with no-suite for non-product build platforms. r=justdave
Differential Revision: https://phabricator.services.mozilla.com/D117172 --HG-- extra : amend_source : 4f627963e47f3474292c40b9cd579159ce9ffbbd extra : histedit_source : 74f843bc763c75527ef5e65f91cb37a038225be5
This commit is contained in:
Родитель
f86e8c149f
Коммит
daa7db9dc8
|
@ -21,9 +21,6 @@ jobs-from:
|
|||
- windows.yml
|
||||
|
||||
job-defaults:
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
|
||||
run:
|
||||
mozconfig-variant:
|
||||
by-release-type:
|
||||
|
|
|
@ -27,6 +27,8 @@ linux64/opt:
|
|||
script: "mozharness/scripts/fx_desktop_build.py"
|
||||
need-xvfb: true
|
||||
use-sccache: true
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -73,6 +75,8 @@ linux64-shippable/opt:
|
|||
script: "mozharness/scripts/fx_desktop_build.py"
|
||||
need-xvfb: true
|
||||
run-on-projects: ['release']
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -113,6 +117,8 @@ linux64/debug:
|
|||
mozconfig-variant: debug
|
||||
need-xvfb: true
|
||||
use-sccache: true
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -158,6 +164,8 @@ linux64-asan/opt:
|
|||
need-xvfb: true
|
||||
run-on-projects: ['release']
|
||||
use-sccache: true
|
||||
optimization:
|
||||
skip-unless-backstop-no-suite: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -205,6 +213,8 @@ linux64-aarch64/opt:
|
|||
need-xvfb: true
|
||||
run-on-projects: ['comm-central']
|
||||
use-sccache: true
|
||||
optimization:
|
||||
skip-unless-backstop-no-suite: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux-aarch64-libotr
|
||||
|
@ -241,6 +251,8 @@ linux/opt:
|
|||
script: "mozharness/scripts/fx_desktop_build.py"
|
||||
need-xvfb: true
|
||||
use-sccache: true
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -288,6 +300,8 @@ linux-shippable/opt:
|
|||
script: "mozharness/scripts/fx_desktop_build.py"
|
||||
need-xvfb: true
|
||||
run-on-projects: ['release']
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -327,6 +341,8 @@ linux/debug:
|
|||
mozconfig-variant: debug
|
||||
need-xvfb: true
|
||||
use-sccache: true
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
|
|
@ -15,6 +15,8 @@ job-defaults:
|
|||
config-paths:
|
||||
- comm/testing/mozharness/configs
|
||||
script: "mozharness/scripts/fx_desktop_build.py"
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
|
|
@ -49,6 +49,8 @@ win32/opt:
|
|||
LD_PRELOAD: "/builds/worker/fetches/liblowercase/liblowercase.so"
|
||||
LOWERCASE_DIRS: "/builds/worker/checkouts/gecko/vs2017_15.8.4"
|
||||
use-sccache: true
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -107,6 +109,8 @@ win32-shippable/opt:
|
|||
LD_PRELOAD: "/builds/worker/fetches/liblowercase/liblowercase.so"
|
||||
LOWERCASE_DIRS: "/builds/worker/checkouts/gecko/vs2017_15.8.4"
|
||||
run-on-projects: ['release']
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -160,6 +164,8 @@ win32/debug:
|
|||
LD_PRELOAD: "/builds/worker/fetches/liblowercase/liblowercase.so"
|
||||
LOWERCASE_DIRS: "/builds/worker/checkouts/gecko/vs2017_15.8.4"
|
||||
use-sccache: true
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -213,6 +219,8 @@ win64/opt:
|
|||
LD_PRELOAD: "/builds/worker/fetches/liblowercase/liblowercase.so"
|
||||
LOWERCASE_DIRS: "/builds/worker/checkouts/gecko/vs2017_15.8.4"
|
||||
use-sccache: true
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -271,6 +279,8 @@ win64-shippable/opt:
|
|||
LD_PRELOAD: "/builds/worker/fetches/liblowercase/liblowercase.so"
|
||||
LOWERCASE_DIRS: "/builds/worker/checkouts/gecko/vs2017_15.8.4"
|
||||
run-on-projects: ['release']
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -324,6 +334,8 @@ win64/debug:
|
|||
LD_PRELOAD: "/builds/worker/fetches/liblowercase/liblowercase.so"
|
||||
LOWERCASE_DIRS: "/builds/worker/checkouts/gecko/vs2017_15.8.4"
|
||||
use-sccache: true
|
||||
optimization:
|
||||
skip-suite-only: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
@ -372,6 +384,8 @@ win64-plain/debug:
|
|||
stage_platform: win64
|
||||
mozconfig-variant: plain-debug
|
||||
run-on-projects: ['comm-central']
|
||||
optimization:
|
||||
skip-unless-backstop-no-suite: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- win64-cbindgen
|
||||
|
@ -411,6 +425,8 @@ win64-plain/opt:
|
|||
stage_platform: win64
|
||||
mozconfig-variant: plain-opt
|
||||
run-on-projects: ['comm-central']
|
||||
optimization:
|
||||
skip-unless-backstop-no-suite: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- win64-cbindgen
|
||||
|
@ -455,6 +471,8 @@ win64-asan/opt:
|
|||
mozconfig-variant: nightly-asan
|
||||
run-on-projects: ['release']
|
||||
use-sccache: true
|
||||
optimization:
|
||||
skip-unless-backstop-no-suite: null
|
||||
fetches:
|
||||
toolchain:
|
||||
- linux64-binutils
|
||||
|
|
Загрузка…
Ссылка в новой задаче