Skip to content

Commit eae0209

Browse files
committed
[ci] tweaking the engflow ci build
1 parent 03d6664 commit eae0209

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-remote.yml renamed to .github/workflows/ci-rbe.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ jobs:
1010
uses: ./.github/workflows/bazel.yml
1111
with:
1212
name: Cache
13-
cache-key: java
14-
run: bazel test --config=remote-ci --test_size_filters=small --keep_going //java/... //py/...
13+
cache-key: rbe
14+
disk-cache: false
15+
run: bazel test --config=remote --keep_going //java/...

0 commit comments

Comments
 (0)