Skip to content

Commit af71e20

Browse files
authored
Start running tests with the EngFlow grid (#12020)
1 parent 445e9a3 commit af71e20

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci-remote.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)