From 7a4bd2065663bc21034260d2e153b9d4afe21783 Mon Sep 17 00:00:00 2001 From: Ryan Tseng Date: Mon, 6 Aug 2018 12:36:19 -0700 Subject: [PATCH] [cr-buildbucket.cfg] Use android device bots for android builders Bug: 869249 TBR: fbarchard Change-Id: I7a9a9c489fba47d85dc4824a65f4916a48fd564f Reviewed-on: https://chromium-review.googlesource.com/1164071 Reviewed-by: Ryan Tseng Commit-Queue: Ryan Tseng --- cr-buildbucket.cfg | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg index 81995d373..01fff0651 100644 --- a/cr-buildbucket.cfg +++ b/cr-buildbucket.cfg @@ -6,6 +6,12 @@ # # Please keep this list sorted by bucket name. +builder_mixins { + name: "android" + mixins: "linux" + dimensions: "device_type:bullhead" +} + builder_mixins { name: "linux" dimensions: "os:Ubuntu-14.04" @@ -95,15 +101,15 @@ buckets { } builders { name: "Android Tester ARM32 Debug (Nexus 5X)" - mixins: "linux" + mixins: "android" } builders { name: "Android Tester ARM32 Release (Nexus 5X)" - mixins: "linux" + mixins: "android" } builders { name: "Android Tester ARM64 Debug (Nexus 5X)" - mixins: "linux" + mixins: "android" } builders { name: "Android32 MIPS Debug" @@ -244,11 +250,11 @@ buckets { builders { name: "android" - mixins: "linux" + mixins: "android" } builders { name: "android_arm64" - mixins: "linux" + mixins: "android" } builders { name: "android_mips" @@ -256,7 +262,7 @@ buckets { } builders { name: "android_rel" - mixins: "linux" + mixins: "android" } builders { name: "android_x64"