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 445e9a3 commit af71e20Copy full SHA for af71e20
1 file changed
.github/workflows/ci-remote.yml
@@ -0,0 +1,16 @@
1
+name: CI - RBE
2
+
3
+on:
4
+ workflow_call:
5
+ workflow_dispatch:
6
7
+jobs:
8
+ rbe-small-tests:
9
+ name: RBE - Small Tests
10
+ uses: ./.github/workflows/bazel.yml
11
+ env:
12
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
+ with:
14
+ name: Cache
15
+ cache-key: java
16
+ run: bazel test --config=remote --test_size_filters=small //java/... //py/...
0 commit comments