Skip to content

Commit 1418ba8

Browse files
committed
enable bazel gpu rbe tests
1 parent 5b450af commit 1418ba8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/bazel_gpu_rbe.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Run Bazel GPU tests using RBE
22

3-
# on:
4-
# pull_request:
5-
# branches:
6-
# - main
3+
on:
4+
pull_request:
5+
branches:
6+
- main
77

88
jobs:
99
build:
@@ -26,6 +26,4 @@ jobs:
2626
- name: Wait For Connection
2727
uses: ./actions/ci_connection/
2828
- name: Run Bazel GPU tests using RBE
29-
env:
30-
ENV_FILE: ci/envs/run_tests/bazel_gpu_rbe
31-
run: ./ci/run_bazel_test.sh
29+
run: ./ci/run_bazel_test.sh "ci/envs/run_tests/bazel_gpu_rbe"

0 commit comments

Comments
 (0)