Skip to content

Commit 61d767c

Browse files
committed
run the bazel gpu rbe test on linux cpu runners
1 parent fb76e08 commit 61d767c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/bazel_gpu_rbe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

ci/run_bazel_test_gpu_rbe.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@ fi
3434
# Set up the build environment.
3535
source "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.)
3938
echo "Running RBE GPU tests..."
4039

4140
# Only Linux x86 builds run GPU tests
42-
# Runs single accelerator tests with one GPU apiece.
4341
bazel 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}" \

0 commit comments

Comments
 (0)