aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2020-06-04 17:49:51 -0700
committerCommit Bot <commit-bot@chromium.org>2020-06-05 17:30:10 +0000
commit977bb0c2f35a96500ecbd09b236ab39b6ddc55fd (patch)
tree2ff0842406023aec1e1eee63a70f96d270d286a2 /infra
parentc9201dd611b0aa8d66fe7ef2749c7ce0c157f0a1 (diff)
downloadopenscreen-977bb0c2f35a96500ecbd09b236ab39b6ddc55fd.tar.gz
Fix openscreen.ci linux_arm64_debug bot
Currently, the openscreen.ci bots don't have isolate or swarming server URLs set, so the linux_arm64_debug bot fails to run. This patch adds config for openscreen.ci to match openscreen.try. Bug: 1067809 Change-Id: I955e9b28e7f0f839297e2b266df720971777f6fd Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2231523 Reviewed-by: Ryan Keane <rwkeane@google.com> Commit-Queue: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'infra')
-rw-r--r--infra/config/global/cr-buildbucket.cfg22
1 files changed, 19 insertions, 3 deletions
diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg
index eb77128e..eb152eeb 100644
--- a/infra/config/global/cr-buildbucket.cfg
+++ b/infra/config/global/cr-buildbucket.cfg
@@ -155,6 +155,22 @@ buckets {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
name: "openscreen"
+ # Note: we use bash-style heredocs to avoid having to escape everything.
+ properties_j: <<EOF
+ $depot_tools/bot_update: {
+ "apply_patch_on_gclient":true
+ }
+ EOF
+ properties_j: <<EOF
+ $recipe_engine/isolated: {
+ "server": "https://isolateserver.appspot.com"
+ }
+ EOF
+ properties_j: <<EOF
+ $recipe_engine/swarming: {
+ "server": "https://chromium-swarm.appspot.com"
+ }
+ EOF
}
service_account: "openscreen-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
}
@@ -246,17 +262,17 @@ buckets: {
name: "openscreen"
# Note: we use bash-style heredocs to avoid having to escape everything.
properties_j: <<EOF
- $depot_tools/bot_update:{
+ $depot_tools/bot_update: {
"apply_patch_on_gclient":true
}
EOF
properties_j: <<EOF
- $recipe_engine/isolated:{
+ $recipe_engine/isolated: {
"server": "https://isolateserver.appspot.com"
}
EOF
properties_j: <<EOF
- $recipe_engine/swarming:{
+ $recipe_engine/swarming: {
"server": "https://chromium-swarm.appspot.com"
}
EOF