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 ff6c8a5 commit fca6d69Copy full SHA for fca6d69
.bazelrc
@@ -128,6 +128,6 @@ build:remote --//common:pin_browsers
128
129
# Extend the remote config for CI
130
build:remote-ci --config=remote
131
-build:remote-ci --curses=no --color=yes --show_timestamps
+build:remote-ci --curses=no --color=yes --show_timestamps --show_progress_rate_limit=5
132
build:remote-ci --bes_upload_mode=wait_for_upload_complete
133
.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-ci --test_size_filters=small --keep_going //java/... //py/...
+ run: bazel test --config=remote-ci --test_size_filters=small --keep_going //java/...
0 commit comments