aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/remote_build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/remote_build')
-rw-r--r--tools/remote_build/kokoro.bazelrc19
1 files changed, 18 insertions, 1 deletions
diff --git a/tools/remote_build/kokoro.bazelrc b/tools/remote_build/kokoro.bazelrc
index 0aacddf663..b06fb83d11 100644
--- a/tools/remote_build/kokoro.bazelrc
+++ b/tools/remote_build/kokoro.bazelrc
@@ -16,8 +16,25 @@
import %workspace%/tools/remote_build/rbe_common.bazelrc
+build --remote_cache=remotebuildexecution.googleapis.com
+build --remote_executor=remotebuildexecution.googleapis.com
+build --tls_enabled=true
+
+build --auth_enabled=true
+# magic location where kokoro script puts the credentials
+build --auth_credentials=/tmpfs/src/keystore/4321_grpc-testing-service
+build --auth_scope=https://www.googleapis.com/auth/cloud-source-tools
+
+build --bes_backend=buildeventservice.googleapis.com
+build --bes_best_effort=false
+build --bes_timeout=600s
+build --project_id=grpc-testing
+
+# required by kokoro for some reason
+build --test_env=USER=anon
+
build --jobs=200
build --test_output=errors
-build --keep_going
+build --keep_going=true
build --remote_accept_cached=true
build --remote_local_fallback=true