aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuto Ikuta <tikuta@chromium.org>2021-07-06 13:03:54 +0900
committerJordan Bayles <jophba@chromium.org>2021-07-14 00:30:48 +0000
commit6375750126e56ea7ac4c2ba387a64cbba4d252ba (patch)
tree5603411e14d35c7dde47f442976ef8eac8eae99d
parent0e9da451063950ba1d5e7e9daebdf2c374371d75 (diff)
downloadopenscreen-6375750126e56ea7ac4c2ba387a64cbba4d252ba.tar.gz
infra/config: remove unnecessary properties
isolated property is not used after migrating to RBE-CAS. cas stopped exposing instance property. Bug: 1224266 Change-Id: I8363c2114a72e756dd5fae42844f3a585f92c502 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/3007604 Reviewed-by: mark a. foltz <mfoltz@chromium.org> Reviewed-by: Jordan Bayles <jophba@chromium.org>
-rw-r--r--infra/config/global/cr-buildbucket.cfg21
1 files changed, 0 insertions, 21 deletions
diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg
index 01ffdfb3..02bd50f7 100644
--- a/infra/config/global/cr-buildbucket.cfg
+++ b/infra/config/global/cr-buildbucket.cfg
@@ -188,16 +188,6 @@ buckets {
}
EOF
properties_j: <<EOF
- $recipe_engine/isolated: {
- "server": "https://isolateserver.appspot.com"
- }
- EOF
- properties_j: <<EOF
- $recipe_engine/cas: {
- "instance": "chromium-swarm"
- }
- EOF
- properties_j: <<EOF
$recipe_engine/swarming: {
"server": "https://chromium-swarm.appspot.com"
}
@@ -306,16 +296,6 @@ buckets: {
}
EOF
properties_j: <<EOF
- $recipe_engine/isolated: {
- "server": "https://isolateserver.appspot.com"
- }
- EOF
- properties_j: <<EOF
- $recipe_engine/cas: {
- "instance": "chromium-swarm"
- }
- EOF
- properties_j: <<EOF
$recipe_engine/swarming: {
"server": "https://chromium-swarm.appspot.com"
}
@@ -408,4 +388,3 @@ buckets: {
}
}
}
-