We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec287e9 commit 0db6dfcCopy full SHA for 0db6dfc
.bazelrc
@@ -122,3 +122,9 @@ test:remote --test_env=HOME=/home/dev
122
123
# Make sure we sniff credentials properly
124
build:remote --experimental_credential_helper=%workspace%/scripts/credential-helper.sh
125
+
126
+# Extend the remote config for CI
127
+build:remote-ci --config=remote
128
+build:remote-ci --curses=no --color=yes --show_timestamps
129
+build:remote-ci --bes_upload_mode=wait_for_upload_complete
130
.github/workflows/ci-remote.yml
@@ -11,4 +11,4 @@ jobs:
11
with:
12
name: Cache
13
cache-key: java
14
- run: bazel test --config=remote --test_size_filters=small //java/... //py/...
+ run: bazel test --config=remote-ci --test_size_filters=small --keep_going //java/... //py/...
0 commit comments