Skip to content

Commit fca6d69

Browse files
committed
[gh workflow] Python tests cannot cope with pinned remote browsers yet
1 parent ff6c8a5 commit fca6d69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ build:remote --//common:pin_browsers
128128

129129
# Extend the remote config for CI
130130
build:remote-ci --config=remote
131-
build:remote-ci --curses=no --color=yes --show_timestamps
131+
build:remote-ci --curses=no --color=yes --show_timestamps --show_progress_rate_limit=5
132132
build:remote-ci --bes_upload_mode=wait_for_upload_complete
133133

.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-ci --test_size_filters=small --keep_going //java/... //py/...
14+
run: bazel test --config=remote-ci --test_size_filters=small --keep_going //java/...

0 commit comments

Comments
 (0)