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 b64c59c commit fd97546Copy full SHA for fd97546
ci/run_bazel_test.sh
@@ -22,7 +22,7 @@ export JAX_SKIP_SLOW_TESTS=true
22
export JAX_ENABLE_X64=0
23
24
# Run Bazel CPU tests with RBE.
25
-if [[ $JAXCI_RUN_BAZEL_TEST_CPU == 1 ]]; then
+if [[ $JAXCI_RUN_BAZEL_TEST_CPU_RBE == 1 ]]; then
26
os=$(uname -s | awk '{print tolower($0)}')
27
arch=$(uname -m)
28
0 commit comments