зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1352113 - Shippable Builds - Add linux64 shippable builds. r=aki
Differential Revision: https://phabricator.services.mozilla.com/D22230 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
6c9f30beab
Коммит
2fed95e853
|
@ -19,6 +19,7 @@ not-for-build-platforms:
|
|||
- linux-nightly/opt
|
||||
- linux-shippable/opt
|
||||
- linux64-nightly/opt
|
||||
- linux64-shippable/opt
|
||||
- macosx64-nightly/opt
|
||||
- macosx64-shippable/opt
|
||||
- win32-nightly/opt
|
||||
|
|
|
@ -19,6 +19,7 @@ not-for-build-platforms:
|
|||
- linux-nightly/opt
|
||||
- linux-shippable/opt
|
||||
- linux64-nightly/opt
|
||||
- linux64-shippable/opt
|
||||
- macosx64-nightly/opt
|
||||
- macosx64-shippable/opt
|
||||
- win32-nightly/opt
|
||||
|
|
|
@ -909,6 +909,50 @@ linux64-asan/debug:
|
|||
- linux64-nasm
|
||||
- linux64-node
|
||||
|
||||
linux64-shippable/opt:
|
||||
description: "Linux64 Shippable"
|
||||
# Disabled because bug 1516114 shows up much more often
|
||||
# use-pgo: true
|
||||
attributes:
|
||||
nightly: true
|
||||
enable-full-crashsymbols: true
|
||||
shipping-phase: build
|
||||
shipping-product: firefox
|
||||
index:
|
||||
product: firefox
|
||||
job-name: linux64-opt
|
||||
type: shippable
|
||||
treeherder:
|
||||
platform: linux64-shippable/opt
|
||||
# Bug 1516114
|
||||
symbol: B
|
||||
# symbol: Bpgo(B)
|
||||
worker-type: aws-provisioner-v1/gecko-{level}-b-linux
|
||||
worker:
|
||||
max-run-time: 7200
|
||||
run:
|
||||
using: mozharness
|
||||
actions: [get-secrets, build, check-test]
|
||||
config:
|
||||
- builds/releng_base_firefox.py
|
||||
- builds/releng_base_linux_64_builds.py
|
||||
- taskcluster_nightly.py
|
||||
script: "mozharness/scripts/fx_desktop_build.py"
|
||||
secrets: true
|
||||
tooltool-downloads: public
|
||||
need-xvfb: true
|
||||
# Bug 1516114
|
||||
# mozconfig-variant: profile-use
|
||||
run-on-projects: [] # Don't run by default yet
|
||||
toolchains:
|
||||
- linux64-binutils
|
||||
- linux64-clang
|
||||
- linux64-rust
|
||||
- linux64-rust-size
|
||||
- linux64-cbindgen
|
||||
- linux64-nasm
|
||||
- linux64-node
|
||||
|
||||
linux64-nightly/opt:
|
||||
description: "Linux64 Nightly"
|
||||
attributes:
|
||||
|
|
Загрузка…
Ссылка в новой задаче