File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 build :
2020 strategy :
2121 matrix :
22- runner : ["linux-x86-g2 -16-l4-1gpu "]
22+ runner : ["linux-x86-n2 -16"]
2323
2424 runs-on : ${{ matrix.runner }}
2525 container :
26- image : " gcr.io /tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython :latest"
26+ image : " us-central1-docker.pkg.dev /tensorflow-sigs/tensorflow/ml-build :latest"
2727
2828 env :
2929 JAXCI_CLONE_MAIN_XLA : 1
Original file line number Diff line number Diff line change 3434# Set up the build environment.
3535source " ci/utilities/setup_build_environment.sh"
3636
37- # Run Bazel GPU tests with RBE (single accelerator tests)
38- nvidia-smi
37+ # Run Bazel GPU tests with RBE (single accelerator tests with one GPU apiece.)
3938echo " Running RBE GPU tests..."
4039
4140# Only Linux x86 builds run GPU tests
42- # Runs single accelerator tests with one GPU apiece.
4341bazel test --config=rbe_linux_x86_64_cuda \
4442 --repo_env=HERMETIC_PYTHON_VERSION=" $JAXCI_HERMETIC_PYTHON_VERSION " \
4543 --override_repository=xla=" ${JAXCI_XLA_GIT_DIR} " \
You can’t perform that action at this time.
0 commit comments