diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-12-17 13:51:40 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-12-17 13:52:45 -0800 |
commit | faabaad5a20c174a85b307b3a1ede85185e38b92 (patch) | |
tree | 72d8d8fd5f8507a56da8b2161f2447e80b31f994 /kokoro/common.cfg | |
parent | d3ae74d2a5f5933981abeae10e676a2f0cccf67e (diff) |
Turn off kokoro key-fetching until the key is available.
PiperOrigin-RevId: 225883292
Change-Id: I7e7f139d5865914c51866ea1d23220fcf221748c
Diffstat (limited to 'kokoro/common.cfg')
-rw-r--r-- | kokoro/common.cfg | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kokoro/common.cfg b/kokoro/common.cfg deleted file mode 100644 index 9d26f49b8..000000000 --- a/kokoro/common.cfg +++ /dev/null @@ -1,30 +0,0 @@ -# Give Kokoro access to Remote Build Executor (RBE) service account key. -before_action { - fetch_keystore { - keystore_resource { - keystore_config_id: 73898 - keyname: "kokoro-rbe-service-account" - } - } -} - -# Configure bazel to access RBE. -bazel_setting { - # Our GCP project name - project_id: "copybara-shentu" - - # Use RBE for execution as well as caching. - local_execution: false - - # This must match the values in the job config. - auth_credential: { - keystore_config_id: 73898 - keyname: "kokoro-rbe-service-account" - } - - # Do not change unless you know what you are doing. - bes_backend_address: "buildeventservice.googleapis.com" - foundry_backend_address: "remotebuildexecution.googleapis.com" - upsalite_frontend_address: "https://source.cloud.google.com" -} - |