mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Switch to new dedicated RBE project.
PiperOrigin-RevId: 250970783
This commit is contained in:
+1
-1
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user