Further weaken dimensions requirements for Android devices

Machines that have 'Nexus 5X (bullhead)' have stopped specifying their CPU and tryjobs can't find any device to run on.
https://chromium-swarm.appspot.com/botlist?c=id&c=os&c=task&c=status&c=device_type&f=pool%3Aluci.flex.try&f=device_type%3ANexus%205X%20(bullhead)

TBR: phoglund@chromium.org
Bug: libyuv:823, chromium:899831
Change-Id: I0fc3c83372cc95cdd01dac531d9d0dfb3f9e3827
Reviewed-on: https://chromium-review.googlesource.com/c/1305558
Commit-Queue: Oleh Prypin <oprypin@chromium.org>
Reviewed-by: Oleh Prypin <oprypin@chromium.org>
This commit is contained in:
Oleh Prypin 2018-10-31 18:18:33 +01:00 committed by Commit Bot
parent 8d3a8a2198
commit d548dd19f9

View File

@ -14,17 +14,21 @@ builder_mixins {
builder_mixins {
name: "linux"
dimensions: "os:Ubuntu-14.04"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
}
builder_mixins {
name: "win"
dimensions: "os:Windows-10"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
}
builder_mixins {
name: "mac"
dimensions: "os:Mac-10.13"
dimensions: "cores:" # Macs can be 4 or 8 cores.
dimensions: "cpu:x86-64"
}
@ -70,8 +74,6 @@ buckets {
swarming {
hostname: "chromium-swarm.appspot.com"
builder_defaults {
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "pool:luci.flex.ci"
service_account: "libyuv-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
execution_timeout_secs: 10800 # 3h
@ -250,8 +252,6 @@ buckets {
swarming {
hostname: "chromium-swarm.appspot.com"
builder_defaults {
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "pool:luci.flex.try"
service_account: "libyuv-try-builder@chops-service-accounts.iam.gserviceaccount.com"
execution_timeout_secs: 10800 # 3h