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/common.cfg | |
parent | 6f73d79c32594cb85cc00b1eaf72bf4c1def2a79 (diff) |
Switch to new dedicated RBE project.
PiperOrigin-RevId: 250970783
Diffstat (limited to 'kokoro/common.cfg')
-rw-r--r-- | kokoro/common.cfg | 2 |
1 files changed, 1 insertions, 1 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 |