Skip to content

Commit 522add2

Browse files
[CI] Temporarily disable TPU v6 due to runner issues
PiperOrigin-RevId: 744825924
1 parent 23b63cd commit 522add2

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

.github/workflows/cloud-tpu-ci-nightly.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,9 @@ jobs:
2727
jaxlib-version: ["head", "pypi_latest", "nightly", "nightly+oldest_supported_libtpu"]
2828
tpu: [
2929
{type: "v4-8", cores: "4", runner: "linux-x86-ct4p-240-4tpu"},
30-
{type: "v5e-8", cores: "8", runner: "linux-x86-ct5lp-224-8tpu"},
31-
{type: "v6e-8", cores: "8", runner: "linux-x86-ct6e-180-8tpu"}
30+
{type: "v5e-8", cores: "8", runner: "linux-x86-ct5lp-224-8tpu"}
3231
]
3332
python-version: ["3.10"]
34-
# Exclude v6e-8 tests for nightly+oldest_supported_libtpu and pypi_latest for resource constraints.
35-
exclude:
36-
- tpu:
37-
type: "v6e-8"
38-
jaxlib-version: "nightly+oldest_supported_libtpu"
39-
- tpu:
40-
type: "v6e-8"
41-
jaxlib-version: "pypi_latest"
4233
name: "TPU test (jaxlib=${{ matrix.jaxlib-version }}, ${{ matrix.tpu.type }})"
4334
env:
4435
LIBTPU_OLDEST_VERSION_DATE: 20241205

.github/workflows/wheel_tests_nightly_release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,26 +80,19 @@ jobs:
8080
tpu-specs: [
8181
# {type: "v3-8", cores: "4"}, # Enable when we have the v3 type available
8282
{type: "v4-8", cores: "4", runner: "linux-x86-ct4p-240-4tpu"},
83-
{type: "v5e-8", cores: "8", runner: "linux-x86-ct5lp-224-8tpu"},
84-
{type: "v6e-8", cores: "8", runner: "linux-x86-ct6e-180-8tpu"}
83+
{type: "v5e-8", cores: "8", runner: "linux-x86-ct5lp-224-8tpu"}
8584
]
8685
libtpu-version-type: ["pypi_latest", "nightly", "oldest_supported_libtpu"]
8786
exclude:
8887
- libtpu-version-type: ${{ startsWith(github.ref_name, 'release/') && 'nightly' }}
8988
- libtpu-version-type: ${{ !startsWith(github.ref_name, 'release/') && 'pypi_latest' }}
90-
# Run a single Python version for v4-8 and v6e-8
89+
# Run a single Python version for v4-8
9190
- tpu-specs:
9291
type: "v4-8"
9392
python: "3.10"
9493
- tpu-specs:
9594
type: "v4-8"
9695
python: "3.11"
97-
- tpu-specs:
98-
type: "v6e-8"
99-
python: "3.10"
100-
- tpu-specs:
101-
type: "v6e-8"
102-
python: "3.11"
10396
# Run min and max Python versions for v5e-8
10497
- tpu-specs:
10598
type: "v5e-8"

0 commit comments

Comments
 (0)