From 132bf68de47569e761227de9fd6177e8b32f6c38 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Fri, 31 May 2019 15:42:08 -0700 Subject: [PATCH] Switch to new dedicated RBE project. PiperOrigin-RevId: 250970783 --- kokoro/common.cfg | 2 +- kokoro/run_tests.sh | 2 +- 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.