Commit f7f4dafa authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Add os:ChromeOS dimension to experimental buildbucket cros-flash builder.

And remove cpu:x64 from the defaults.

TBR=jbudorick

Bug: 901205
Change-Id: I64be7685d85a2b5d895dafde6df0193b8db0c6bf
Reviewed-on: https://chromium-review.googlesource.com/c/1315693Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605001}
parent 49f3e818
...@@ -21,6 +21,7 @@ acl_sets { ...@@ -21,6 +21,7 @@ acl_sets {
builder_mixins { builder_mixins {
name: "swarm-ci" name: "swarm-ci"
dimensions: "cpu:x86-64"
recipe { recipe {
name: "swarming/staging" name: "swarming/staging"
properties: "mastername:chromium.swarm" properties: "mastername:chromium.swarm"
...@@ -47,7 +48,6 @@ buckets { ...@@ -47,7 +48,6 @@ buckets {
builder_defaults { builder_defaults {
category: "Chromium" category: "Chromium"
dimensions: "cpu:x86-64"
execution_timeout_secs: 10800 # 3h execution_timeout_secs: 10800 # 3h
service_account: "chromium-ci-builder-dev@chops-service-accounts.iam.gserviceaccount.com" service_account: "chromium-ci-builder-dev@chops-service-accounts.iam.gserviceaccount.com"
build_numbers: YES build_numbers: YES
...@@ -91,6 +91,7 @@ buckets { ...@@ -91,6 +91,7 @@ buckets {
builders { builders {
# An experimental builder that runs a recipe used to flash its DUT. # An experimental builder that runs a recipe used to flash its DUT.
name: "cros-dut-flash" name: "cros-dut-flash"
dimensions: "os:ChromeOS"
recipe { recipe {
name: "cros_flash" name: "cros_flash"
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment