Skip to content

Commit e2b9c92

Browse files
authored
Update cloud-tpu-presubmit.yml
1 parent 5a226f2 commit e2b9c92

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/cloud-tpu-presubmit.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
shell: bash
1616
strategy:
1717
matrix:
18-
runner: ["windows-x86-n2-64-dev"]
18+
runner: ["linux-x86-n2-64"]
1919
artifact: ["jax", "jaxlib", "jax-cuda-pjrt", "jax-cuda-plugin"]
20-
python: ["3.10", "3.11", "3.12"]
20+
python: ["3.11"]
2121
# jax-cuda-pjrt and jax are pure Python packages so they do not need to be built for each
2222
# Python version.
2323
exclude:
@@ -43,9 +43,7 @@ jobs:
4343

4444
runs-on: ${{ matrix.runner }}
4545

46-
container: ${{ (contains(matrix.runner, 'linux-x86') && 'us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest') ||
47-
(contains(matrix.runner, 'linux-arm64') && 'us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/linux-arm64-arc-container:latest') ||
48-
(contains(matrix.runner, 'windows-x86') && null) }}
46+
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:702526224"
4947

5048
env:
5149
# Do not run Docker container for Linux runners. Linux runners already run in a Docker container.
@@ -55,10 +53,11 @@ jobs:
5553

5654
steps:
5755
- uses: actions/checkout@v3
58-
# Halt for testing
59-
- name: Wait For Connection
60-
uses: ./actions/ci_connection/
6156
- name: Build ${{ matrix.artifact }}
6257
env:
6358
JAXCI_HERMETIC_PYTHON_VERSION: "${{ matrix.python }}"
64-
run: sleep 400
59+
run: echo "Testing quoct"
60+
- name: Another Test
61+
run: ls
62+
- name: Another Test
63+
run: sleep 500

0 commit comments

Comments
 (0)