diff options
author | Adin Scannell <ascannell@google.com> | 2019-05-31 15:42:08 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-05-31 15:43:30 -0700 |
commit | 132bf68de47569e761227de9fd6177e8b32f6c38 (patch) | |
tree | a03c192551aa2bbef8d3c8f53c4cdaa022d4043a /kokoro/run_tests.sh | |
parent | 6f73d79c32594cb85cc00b1eaf72bf4c1def2a79 (diff) |
Switch to new dedicated RBE project.
PiperOrigin-RevId: 250970783
Diffstat (limited to 'kokoro/run_tests.sh')
-rwxr-xr-x | kokoro/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |