mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1888309 - Run more firefox-android tasks on b-linux-medium-gcp r=jmaher,jcristau
Change build-apk, build-bundle, test-components, and test-apk to b-linux-medium-gcp, to get the same machine type used traditionally on github. Change ui-test-apk to t-linux-large, similar but smaller than what was used on github. Differential Revision: https://phabricator.services.mozilla.com/D205937
This commit is contained in:
parent
5465d8bce6
commit
7040064cab
@ -38,7 +38,7 @@ def add_common_config(config, tasks):
|
||||
treeherder["kind"] = "build"
|
||||
treeherder["tier"] = 1
|
||||
|
||||
task["worker-type"] = "b-linux-large-gcp"
|
||||
task["worker-type"] = "b-linux-medium-gcp"
|
||||
|
||||
worker = task.setdefault("worker", {})
|
||||
worker["docker-image"] = {}
|
||||
|
@ -33,7 +33,7 @@ job-defaults:
|
||||
use-caches: false
|
||||
treeherder:
|
||||
kind: test
|
||||
worker-type: b-linux-large-gcp
|
||||
worker-type: b-linux-medium-gcp
|
||||
worker:
|
||||
docker-image: {in-tree: android-components}
|
||||
max-run-time: 7200
|
||||
|
@ -44,7 +44,7 @@ job-defaults:
|
||||
kind: test
|
||||
platform: 'AC-ui-test/opt'
|
||||
tier: 2
|
||||
worker-type: b-linux-large-gcp
|
||||
worker-type: b-linux-medium-gcp
|
||||
worker:
|
||||
artifacts:
|
||||
- name: public
|
||||
|
@ -22,7 +22,7 @@ job-defaults:
|
||||
- android-sdk-linux
|
||||
optimization:
|
||||
skip-unless-backstop: null
|
||||
worker-type: b-linux-gcp
|
||||
worker-type: t-linux-large
|
||||
worker:
|
||||
docker-image: {in-tree: android-ui-tests}
|
||||
max-run-time: 7200
|
||||
|
Loading…
Reference in New Issue
Block a user