Skip to content

Commit 0db6dfc

Browse files
committed
[gh workflow] Keep going in the remote CI build if a test fails
1 parent ec287e9 commit 0db6dfc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.bazelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,9 @@ test:remote --test_env=HOME=/home/dev
122122

123123
# Make sure we sniff credentials properly
124124
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
with:
1212
name: Cache
1313
cache-key: java
14-
run: bazel test --config=remote --test_size_filters=small //java/... //py/...
14+
run: bazel test --config=remote-ci --test_size_filters=small --keep_going //java/... //py/...

0 commit comments

Comments
 (0)