We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813e831 commit acb2779Copy full SHA for acb2779
.github/workflows/tpu-tests.yml
@@ -42,6 +42,9 @@ jobs:
42
tpu_unit_tests:
43
needs: prelim
44
runs-on: [linux-x86-ct5lp-224-8tpu]
45
+ container:
46
+ image: us-docker.pkg.dev/tpu-prod-env-multipod/jax-stable-stack/candidate/tpu:latest
47
+ options: --privileged
48
steps:
49
- name: Checkout code
50
uses: actions/checkout@v4
@@ -118,7 +121,10 @@ jobs:
118
121
119
122
tpu_integration_tests:
120
123
- runs-on: [self-hosted, linux-x86-ct5lp-224-8tpu]
124
+ runs-on: [linux-x86-ct5lp-224-8tpu]
125
126
127
128
129
130
0 commit comments