Skip to content

Commit ff751ec

Browse files
nitins17Google-ML-Automation
authored andcommitted
Run single python version for v4-8 and min & max for v5e-8 for TPU tests in nightly/release test workflow
PiperOrigin-RevId: 735975004
1 parent 66a6eb2 commit ff751ec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/wheel_tests_nightly_release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,18 @@ jobs:
7575
exclude:
7676
- libtpu-version-type: ${{ startsWith(github.ref_name, 'release/') && 'nightly' }}
7777
- libtpu-version-type: ${{ !startsWith(github.ref_name, 'release/') && 'pypi_latest' }}
78+
# Run a single Python version for v4-8.
79+
- tpu-specs.type: "v4-8"
80+
python: "3.10"
81+
- tpu-specs.type: "v4-8"
82+
python: "3.11"
83+
- tpu-specs.type: "v4-8"
84+
python: "3.12"
85+
# Run min and max Python versions for v5e-8
86+
- tpu-specs.type: "v5e-8"
87+
python: "3.11"
88+
- tpu-specs.type: "v5e-8"
89+
python: "3.12"
7890
name: "TPU tests (jax=${{ startsWith(github.ref_name, 'release/') && 'latest release' || 'nightly' }}, jaxlib=${{ startsWith(github.ref_name, 'release/') && 'latest release' || 'nightly' }})"
7991
with:
8092
runner: ${{ matrix.tpu-specs.runner }}

0 commit comments

Comments
 (0)