From d548dd19f91fd4dcf4262a90a23a2e1f9bd977bb Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Wed, 31 Oct 2018 18:18:33 +0100 Subject: [PATCH] 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 Reviewed-by: Oleh Prypin --- cr-buildbucket.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg index d122fe006..4beb7a97a 100644 --- a/cr-buildbucket.cfg +++ b/cr-buildbucket.cfg @@ -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