mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Bug 1918594 - use b-linux-kvm-gcp for android x86 pgo run. r=releng-reviewers,bhearsum
This makes x86 pgo use the same workers as arm64; as a bonus they now have local storage so won't take an hour. Differential Revision: https://phabricator.services.mozilla.com/D222327
This commit is contained in:
parent
c961670a08
commit
e645e6f27d
@ -929,14 +929,6 @@ workers:
|
||||
implementation: generic-worker
|
||||
os: macosx
|
||||
worker-type: 'gecko-{alias}'
|
||||
t-linux-xlarge-pgo:
|
||||
provisioner:
|
||||
by-level:
|
||||
'3': '{trust-domain}-{level}'
|
||||
default: '{trust-domain}-t'
|
||||
implementation: docker-worker
|
||||
os: linux
|
||||
worker-type: 't-linux-xlarge-noscratch-gcp'
|
||||
b-osx-1015:
|
||||
provisioner: releng-hardware
|
||||
implementation: generic-worker
|
||||
|
@ -96,10 +96,10 @@ tasks:
|
||||
job-name: android-x86-profile
|
||||
treeherder:
|
||||
platform: android-5-0-x86/pgo
|
||||
worker-type: t-linux-xlarge-pgo
|
||||
worker-type: b-linux-kvm-gcp
|
||||
worker:
|
||||
chain-of-trust: true
|
||||
max-run-time: 3600
|
||||
max-run-time: 2700
|
||||
docker-image: {in-tree: ubuntu1804-test}
|
||||
env:
|
||||
WORKING_DIR: "/builds/worker"
|
||||
@ -138,10 +138,10 @@ tasks:
|
||||
job-name: android-x86_64-profile
|
||||
treeherder:
|
||||
platform: android-5-0-x86_64/pgo
|
||||
worker-type: t-linux-xlarge-pgo
|
||||
worker-type: b-linux-kvm-gcp
|
||||
worker:
|
||||
chain-of-trust: true
|
||||
max-run-time: 3600
|
||||
max-run-time: 2700
|
||||
docker-image: {in-tree: ubuntu1804-test}
|
||||
env:
|
||||
WORKING_DIR: "/builds/worker"
|
||||
|
Loading…
x
Reference in New Issue
Block a user