@@ -19,7 +19,7 @@ subprojects:
19
19
- " !*.md"
20
20
- " !**/*.md"
21
21
checks :
22
- - " pl-cpu (macOS-13 , lightning, 3.9, 2.1, oldest)"
22
+ - " pl-cpu (macOS-14 , lightning, 3.9, 2.1, oldest)"
23
23
- " pl-cpu (macOS-14, lightning, 3.10, 2.1)"
24
24
- " pl-cpu (macOS-14, lightning, 3.11, 2.2.2)"
25
25
- " pl-cpu (macOS-14, lightning, 3.11, 2.3)"
@@ -40,9 +40,9 @@ subprojects:
40
40
- " pl-cpu (macOS-14, pytorch, 3.9, 2.1)"
41
41
- " pl-cpu (ubuntu-20.04, pytorch, 3.9, 2.1)"
42
42
- " pl-cpu (windows-2022, pytorch, 3.9, 2.1)"
43
- - " pl-cpu (macOS-13 , pytorch, 3.10 , 2.1)"
44
- - " pl-cpu (ubuntu-22.04, pytorch, 3.10 , 2.1)"
45
- - " pl-cpu (windows-2022, pytorch, 3.10 , 2.1)"
43
+ - " pl-cpu (macOS-14 , pytorch, 3.12 , 2.5 .1)"
44
+ - " pl-cpu (ubuntu-22.04, pytorch, 3.12 , 2.5 .1)"
45
+ - " pl-cpu (windows-2022, pytorch, 3.12 , 2.5 .1)"
46
46
47
47
- id : " pytorch_lightning: Azure GPU"
48
48
paths :
@@ -89,14 +89,15 @@ subprojects:
89
89
checks :
90
90
- " lightning.Benchmarks"
91
91
92
- - id : " pytorch-lightning: TPU workflow"
93
- paths :
94
- # tpu CI availability is very limited, so we only require tpu tests
95
- # to pass when their configurations are modified
96
- - " .github/workflows/tpu-tests.yml"
97
- - " tests/tests_pytorch/run_tpu_tests.sh"
98
- checks :
99
- - " test-on-tpus (pytorch, pjrt, v4-8)"
92
+ # Temporarily disabled
93
+ # - id: "pytorch-lightning: TPU workflow"
94
+ # paths:
95
+ # # tpu CI availability is very limited, so we only require tpu tests
96
+ # # to pass when their configurations are modified
97
+ # - ".github/workflows/tpu-tests.yml"
98
+ # - "tests/tests_pytorch/run_tpu_tests.sh"
99
+ # checks:
100
+ # - "test-on-tpus (pytorch, pjrt, v4-8)"
100
101
101
102
- id : " fabric: Docs"
102
103
paths :
@@ -171,7 +172,7 @@ subprojects:
171
172
- " !*.md"
172
173
- " !**/*.md"
173
174
checks :
174
- - " fabric-cpu (macOS-13 , lightning, 3.9, 2.1, oldest)"
175
+ - " fabric-cpu (macOS-14 , lightning, 3.9, 2.1, oldest)"
175
176
- " fabric-cpu (macOS-14, lightning, 3.10, 2.1)"
176
177
- " fabric-cpu (macOS-14, lightning, 3.11, 2.2.2)"
177
178
- " fabric-cpu (macOS-14, lightning, 3.11, 2.3)"
@@ -192,9 +193,9 @@ subprojects:
192
193
- " fabric-cpu (macOS-14, fabric, 3.9, 2.1)"
193
194
- " fabric-cpu (ubuntu-20.04, fabric, 3.9, 2.1)"
194
195
- " fabric-cpu (windows-2022, fabric, 3.9, 2.1)"
195
- - " fabric-cpu (macOS-13 , fabric, 3.10 , 2.1)"
196
- - " fabric-cpu (ubuntu-22.04, fabric, 3.10 , 2.1)"
197
- - " fabric-cpu (windows-2022, fabric, 3.10 , 2.1)"
196
+ - " fabric-cpu (macOS-14 , fabric, 3.12 , 2.5 .1)"
197
+ - " fabric-cpu (ubuntu-22.04, fabric, 3.12 , 2.5 .1)"
198
+ - " fabric-cpu (windows-2022, fabric, 3.12 , 2.5 .1)"
198
199
199
200
- id : " lightning_fabric: Azure GPU"
200
201
paths :
@@ -266,14 +267,14 @@ subprojects:
266
267
- " install-pkg (ubuntu-22.04, lightning, 3.11)"
267
268
- " install-pkg (ubuntu-22.04, notset, 3.9)"
268
269
- " install-pkg (ubuntu-22.04, notset, 3.11)"
269
- - " install-pkg (macOS-13 , fabric, 3.9)"
270
- - " install-pkg (macOS-13 , fabric, 3.11)"
271
- - " install-pkg (macOS-13 , pytorch, 3.9)"
272
- - " install-pkg (macOS-13 , pytorch, 3.11)"
273
- - " install-pkg (macOS-13 , lightning, 3.9)"
274
- - " install-pkg (macOS-13 , lightning, 3.11)"
275
- - " install-pkg (macOS-13 , notset, 3.9)"
276
- - " install-pkg (macOS-13 , notset, 3.11)"
270
+ - " install-pkg (macOS-14 , fabric, 3.9)"
271
+ - " install-pkg (macOS-14 , fabric, 3.11)"
272
+ - " install-pkg (macOS-14 , pytorch, 3.9)"
273
+ - " install-pkg (macOS-14 , pytorch, 3.11)"
274
+ - " install-pkg (macOS-14 , lightning, 3.9)"
275
+ - " install-pkg (macOS-14 , lightning, 3.11)"
276
+ - " install-pkg (macOS-14 , notset, 3.9)"
277
+ - " install-pkg (macOS-14 , notset, 3.11)"
277
278
- " install-pkg (windows-2022, fabric, 3.9)"
278
279
- " install-pkg (windows-2022, fabric, 3.11)"
279
280
- " install-pkg (windows-2022, pytorch, 3.9)"
0 commit comments