Skip to content

Commit bc6d9cb

Browse files
committed
do not override xla repository when running gpu tests locally
1 parent 3783c84 commit bc6d9cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/run_bazel_test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ if [[ $JAXCI_RUN_BAZEL_TEST_GPU_LOCAL == 1 ]]; then
5757
check_if_to_run_in_docker bazel --bazelrc=ci/.bazelrc test --config=ci_linux_x86_64_cuda \
5858
--config=non_multiaccelerator_local \
5959
--repo_env=HERMETIC_PYTHON_VERSION="$JAXCI_HERMETIC_PYTHON_VERSION" \
60-
--override_repository=xla="${JAXCI_XLA_GIT_DIR}" \
6160
--run_under "${JAXCI_JAX_GIT_DIR}/build/parallel_accelerator_execute.sh" \
6261
//tests:gpu_tests //tests:backend_independent_tests //tests/pallas:gpu_tests //tests/pallas:backend_independent_tests || true
6362
echo "Finished running non-multiaccelerator tests..."
@@ -66,7 +65,6 @@ if [[ $JAXCI_RUN_BAZEL_TEST_GPU_LOCAL == 1 ]]; then
6665
check_if_to_run_in_docker bazel --bazelrc=ci/.bazelrc test --config=ci_linux_x86_64_cuda \
6766
--config=multiaccelerator_local \
6867
--repo_env=HERMETIC_PYTHON_VERSION="$JAXCI_HERMETIC_PYTHON_VERSION" \
69-
--override_repository=xla="${JAXCI_XLA_GIT_DIR}" \
7068
//tests:gpu_tests //tests/pallas:gpu_tests || true
7169
echo "Finished running multiaccelerator tests..."
7270
fi

0 commit comments

Comments
 (0)