[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 <hinoka@chromium.org>
Commit-Queue: Ryan Tseng <hinoka@chromium.org>
This commit is contained in:
Ryan Tseng 2018-08-06 12:36:19 -07:00 committed by Commit Bot
parent 3dbf12ae29
commit 7a4bd20656

View File

@ -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"