Skip to content

Commit acb2779

Browse files
committed
Fix for linux-x86-ct5lp-224-8tpu
Signed-off-by: Vladimir Suvorov <suvorovv@google.com>
1 parent 813e831 commit acb2779

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tpu-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
tpu_unit_tests:
4343
needs: prelim
4444
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
4548
steps:
4649
- name: Checkout code
4750
uses: actions/checkout@v4
@@ -118,7 +121,10 @@ jobs:
118121
119122
tpu_integration_tests:
120123
needs: prelim
121-
runs-on: [self-hosted, linux-x86-ct5lp-224-8tpu]
124+
runs-on: [linux-x86-ct5lp-224-8tpu]
125+
container:
126+
image: us-docker.pkg.dev/tpu-prod-env-multipod/jax-stable-stack/candidate/tpu:latest
127+
options: --privileged
122128
steps:
123129
- name: Checkout code
124130
uses: actions/checkout@v4

0 commit comments

Comments
 (0)