Skip to content

Commit 4024897

Browse files
nitins17Google-ML-Automation
authored andcommitted
Update CUDA tests matrix in the continuous jobs
We now test only CUDA 12.1 and CUDA 12.8 PiperOrigin-RevId: 741509853
1 parent 33d306a commit 4024897

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/wheel_tests_continuous.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,23 +116,16 @@ jobs:
116116
cuda: ["12.1", "12.8"]
117117
enable-x64: [1, 0]
118118
exclude:
119-
# L4 does not run on cuda 12.8 but tests other configs
120-
- runner: "linux-x86-g2-48-l4-4gpu"
121-
cuda: "12.8"
122-
# H100 runs only a single config, CUDA 12.3 Enable x64 1
123-
- runner: "linux-x86-a3-8g-h100-8gpu"
124-
cuda: "12.8"
119+
# H100 runs only a single config, CUDA 12.8 Enable x64 1
125120
- runner: "linux-x86-a3-8g-h100-8gpu"
126121
cuda: "12.1"
127122
- runner: "linux-x86-a3-8g-h100-8gpu"
128123
enable-x64: "0"
129124
# B200 runs only a single config, CUDA 12.8 Enable x64 1
130-
- runner: "linux-x86-a4-224-b200-1gpu"
131-
enable-x64: "0"
132125
- runner: "linux-x86-a4-224-b200-1gpu"
133126
cuda: "12.1"
134127
- runner: "linux-x86-a4-224-b200-1gpu"
135-
cuda: "12.3"
128+
enable-x64: "0"
136129

137130
name: "Pytest CUDA (JAX artifacts version = ${{ format('{0}', 'head') }})"
138131
with:

0 commit comments

Comments
 (0)