Switch to new dedicated RBE project.

PiperOrigin-RevId: 250970783
This commit is contained in:
Adin Scannell
2019-05-31 15:43:30 -07:00
committed by Shentubot
parent 6f73d79c32
commit 132bf68de4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.