Skip to content

Commit ac604c6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrency:
3232

3333
jobs:
3434
prelim:
35-
runs-on: ["self-hosted"]
35+
runs-on: ["self-hosted", linux-x86-ct5lp-224-8tpu]
3636
steps:
3737
- name: Test gsutil installation
3838
run: which gsutil >/dev/null 2>&1 || { echo >&2 "gsutil is required but not installed. Aborting"; exit 24;}

0 commit comments

Comments
 (0)