Skip to content

Commit b04da6e

Browse files
committed
fix env var name
1 parent e484332 commit b04da6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/envs/run_tests/bazel_gpu_non_rbe.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# Inherit default JAXCI environment variables.
1616
source ci/envs/default.env
1717

18-
# Enable local Bazel GPU tests
19-
export JAXCI_RUN_BAZEL_TEST_GPU_LOCAL=1
18+
# Enable non-RBE Bazel GPU tests (single accelerator and multi-accelerator tests)
19+
export JAXCI_RUN_BAZEL_TEST_GPU_NON_RBE=1

0 commit comments

Comments
 (0)