Skip to content

Commit fd97546

Browse files
committed
fix bazel cpu rbe env var name in bazel test script
1 parent b64c59c commit fd97546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_bazel_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export JAX_SKIP_SLOW_TESTS=true
2222
export JAX_ENABLE_X64=0
2323

2424
# Run Bazel CPU tests with RBE.
25-
if [[ $JAXCI_RUN_BAZEL_TEST_CPU == 1 ]]; then
25+
if [[ $JAXCI_RUN_BAZEL_TEST_CPU_RBE == 1 ]]; then
2626
os=$(uname -s | awk '{print tolower($0)}')
2727
arch=$(uname -m)
2828

0 commit comments

Comments
 (0)