summaryrefslogtreecommitdiffhomepage
path: root/kokoro
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-05-31 15:42:08 -0700
committerShentubot <shentubot@google.com>2019-05-31 15:43:30 -0700
commit132bf68de47569e761227de9fd6177e8b32f6c38 (patch)
treea03c192551aa2bbef8d3c8f53c4cdaa022d4043a /kokoro
parent6f73d79c32594cb85cc00b1eaf72bf4c1def2a79 (diff)
Switch to new dedicated RBE project.
PiperOrigin-RevId: 250970783
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/common.cfg2
-rwxr-xr-xkokoro/run_tests.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/kokoro/common.cfg b/kokoro/common.cfg
index f6776ae84..cad873fe1 100644
--- a/kokoro/common.cfg
+++ b/kokoro/common.cfg
@@ -11,7 +11,7 @@ before_action {
# Configure bazel to access RBE.
bazel_setting {
# Our GCP project name
- project_id: "copybara-shentu"
+ project_id: "gvisor-rbe"
# Use RBE for execution as well as caching.
local_execution: false
diff --git a/kokoro/run_tests.sh b/kokoro/run_tests.sh
index 6a7c1fdb6..d6656fe4f 100755
--- a/kokoro/run_tests.sh
+++ b/kokoro/run_tests.sh
@@ -25,7 +25,7 @@ set -eux
readonly WORKSPACE_DIR="${PWD}/git/repo"
# Used to configure RBE.
-readonly CLOUD_PROJECT_ID="copybara-shentu"
+readonly CLOUD_PROJECT_ID="gvisor-rbe"
readonly RBE_PROJECT_ID="projects/${CLOUD_PROJECT_ID}/instances/default_instance"
# Random runtime name to avoid collisions.