diff options
author | Adin Scannell <ascannell@google.com> | 2020-04-22 10:13:40 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-22 10:15:10 -0700 |
commit | a27d6329df96d50b5b5cd4b550ca024cc3f0b16c (patch) | |
tree | 078951ce67636c1ccf9b152c3370d3a3cf5f30f8 /kokoro/common.cfg | |
parent | 6d23673e10bca2fb573809ff78506fc0566817dd (diff) |
Remove unnecessary kokoro configurations.
PiperOrigin-RevId: 307841689
Diffstat (limited to 'kokoro/common.cfg')
-rw-r--r-- | kokoro/common.cfg | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/kokoro/common.cfg b/kokoro/common.cfg deleted file mode 100644 index 669a2e458..000000000 --- a/kokoro/common.cfg +++ /dev/null @@ -1,29 +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: "gvisor-rbe" - - # 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" -} |