Skip to content

Commit afcee12

Browse files
committed
update image and runner type
1 parent 26744b6 commit afcee12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pytest_gpu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
matrix:
2222
python: ["3.10"]
2323

24-
runs-on: "linux-x86-g2-48-l4-4gpu"
25-
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
24+
runs-on: "linux-x86-n2-16"
25+
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest"
2626

2727
name: "Pytest GPU (Build wheels on CUDA 12.3)"
2828
env:
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build jax-cuda-pjrt
4444
run: ./ci/build_artifacts.sh "jax-cuda-pjrt"
4545
- name: Upload artifacts to GCS bucket
46-
run: gsutil -m rsync -d -r gs://general-ml-ci-transient/jax-github-actions/${{ github.workflow }}/${{ github.run_id }}/${{ github.run_attempt }}
46+
run: ~/usr/local/bin/google-cloud-sdk/bin/gsutil -m rsync -d -r gs://general-ml-ci-transient/jax-github-actions/${{ github.workflow }}/${{ github.run_id }}/${{ github.run_attempt }}
4747

4848
run_tests:
4949
needs: build_artifacts

0 commit comments

Comments
 (0)