mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-08 17:56:46 +08:00
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:
parent
8d3a8a2198
commit
d548dd19f9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user