diff options
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. |