Skip to content

Commit 579009c

Browse files
[CI] Modify TPU v7x jobs to include bazel, and exclude some python versions
PiperOrigin-RevId: 845803404
1 parent 4408574 commit 579009c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/wheel_tests_continuous.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ jobs:
268268
tpu-specs: [
269269
{type: "v4-8", cores: "4", runner: "linux-x86-ct4p-240-4tpu"},
270270
{type: "v5e-8", cores: "8", runner: "linux-x86-ct5lp-224-8tpu"},
271+
{type: "v7x-8", cores: "8", runner: "linux-x86-tpu7x-224-4tpu"},
271272
]
272273
libtpu-version-type: ["nightly"]
273274
name: "Bazel tests TPU (JAX artifacts version = ${{ format('{0}', 'head') }})"

.github/workflows/wheel_tests_nightly_release.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,17 @@ jobs:
193193
- tpu-specs:
194194
type: "v6e-8"
195195
python: "3.13-nogil"
196-
# Run min and max Python versions for v5e-8
196+
# Run max Python versions for v5e-8
197197
- tpu-specs:
198198
type: "v5e-8"
199199
python: "3.11"
200200
- tpu-specs:
201201
type: "v5e-8"
202202
python: "3.12"
203+
# Run min and max Python versions for v7x-8
204+
- tpu-specs:
205+
type: "v7x-8"
206+
python: "3.12"
203207

204208
name: "Pytest TPU (JAX artifacts version = ${{ startsWith(github.ref_name, 'release/') && 'latest release' || 'nightly' }})"
205209
with:
@@ -223,6 +227,7 @@ jobs:
223227
# {type: "v3-8", cores: "4"}, # Enable when we have the v3 type available
224228
{type: "v4-8", cores: "4", runner: "linux-x86-ct4p-240-4tpu"},
225229
{type: "v5e-8", cores: "8", runner: "linux-x86-ct5lp-224-8tpu"},
230+
{type: "v7x-8", cores: "8", runner: "linux-x86-tpu7x-224-4tpu"},
226231
]
227232
libtpu-version-type: ["pypi_latest", "nightly"]
228233
exclude:
@@ -240,12 +245,13 @@ jobs:
240245
- tpu-specs:
241246
type: "v4-8"
242247
python: "3.13-nogil"
243-
# Run min and max Python versions for v5e-8
248+
# Run max Python versions for v5e-8
244249
- tpu-specs:
245250
type: "v5e-8"
246-
python: "3.11"
251+
python: "3.12"
252+
# Run min and max Python versions for v7x-8
247253
- tpu-specs:
248-
type: "v5e-8"
254+
type: "v7x-8"
249255
python: "3.12"
250256

251257
name: "Bazel tests TPU (JAX artifacts version = ${{ startsWith(github.ref_name, 'release/') && 'latest release' || 'nightly' }})"

0 commit comments

Comments
 (0)