Skip to content

Commit e61ff65

Browse files
committed
remove || true from bazel test since we have now fixed the gpu test timeouts
1 parent c3e23a0 commit e61ff65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run_bazel_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ if [[ $JAXCI_RUN_BAZEL_TEST_GPU_LOCAL == 1 ]]; then
5858
--config=non_multiaccelerator_local \
5959
--repo_env=HERMETIC_PYTHON_VERSION="$JAXCI_HERMETIC_PYTHON_VERSION" \
6060
--run_under "${JAXCI_JAX_GIT_DIR}/build/parallel_accelerator_execute.sh" \
61-
//tests:gpu_tests //tests:backend_independent_tests //tests/pallas:gpu_tests //tests/pallas:backend_independent_tests || true
61+
//tests:gpu_tests //tests:backend_independent_tests //tests/pallas:gpu_tests //tests/pallas:backend_independent_tests
6262
echo "Finished running non-multiaccelerator tests..."
6363

6464
# Runs multiaccelerator tests with all GPUs.
6565
check_if_to_run_in_docker bazel --bazelrc=ci/.bazelrc test --config=ci_linux_x86_64_cuda \
6666
--config=multiaccelerator_local \
6767
--repo_env=HERMETIC_PYTHON_VERSION="$JAXCI_HERMETIC_PYTHON_VERSION" \
68-
//tests:gpu_tests //tests/pallas:gpu_tests || true
68+
//tests:gpu_tests //tests/pallas:gpu_tests
6969
echo "Finished running multiaccelerator tests..."
7070
fi
7171

0 commit comments

Comments
 (0)