|
81 | 81 | tests-py-torchscript-fe: |
82 | 82 | name: Test torchscript frontend [Python] |
83 | 83 | needs: [filter-matrix, build] |
| 84 | + if: false |
84 | 85 | strategy: |
85 | 86 | fail-fast: false |
86 | 87 | matrix: |
@@ -119,6 +120,7 @@ jobs: |
119 | 120 | tests-py-dynamo-converters: |
120 | 121 | name: Test dynamo converters [Python] |
121 | 122 | needs: [filter-matrix, build] |
| 123 | + if: false |
122 | 124 | strategy: |
123 | 125 | fail-fast: false |
124 | 126 | matrix: |
@@ -153,6 +155,7 @@ jobs: |
153 | 155 | tests-py-dynamo-fe: |
154 | 156 | name: Test dynamo frontend [Python] |
155 | 157 | needs: [filter-matrix, build] |
| 158 | + if: false |
156 | 159 | strategy: |
157 | 160 | fail-fast: false |
158 | 161 | matrix: |
@@ -185,6 +188,7 @@ jobs: |
185 | 188 | tests-py-dynamo-serde: |
186 | 189 | name: Test dynamo export serde [Python] |
187 | 190 | needs: [filter-matrix, build] |
| 191 | + if: false |
188 | 192 | strategy: |
189 | 193 | fail-fast: false |
190 | 194 | matrix: |
@@ -218,6 +222,7 @@ jobs: |
218 | 222 | tests-py-torch-compile-be: |
219 | 223 | name: Test torch compile backend [Python] |
220 | 224 | needs: [filter-matrix, build] |
| 225 | + if: false |
221 | 226 | strategy: |
222 | 227 | fail-fast: false |
223 | 228 | matrix: |
@@ -252,6 +257,7 @@ jobs: |
252 | 257 | tests-py-dynamo-core: |
253 | 258 | name: Test dynamo core [Python] |
254 | 259 | needs: [filter-matrix, build] |
| 260 | + if: false |
255 | 261 | strategy: |
256 | 262 | fail-fast: false |
257 | 263 | matrix: |
@@ -286,6 +292,7 @@ jobs: |
286 | 292 | tests-py-dynamo-cudagraphs: |
287 | 293 | name: Test dynamo cudagraphs [Python] |
288 | 294 | needs: [filter-matrix, build] |
| 295 | + if: false |
289 | 296 | strategy: |
290 | 297 | fail-fast: false |
291 | 298 | matrix: |
@@ -320,6 +327,7 @@ jobs: |
320 | 327 | tests-py-core: |
321 | 328 | name: Test core [Python] |
322 | 329 | needs: [filter-matrix, build] |
| 330 | + if: false |
323 | 331 | strategy: |
324 | 332 | fail-fast: false |
325 | 333 | matrix: |
|
0 commit comments