@@ -48,7 +48,6 @@ subprojects:
48
48
- " pl-cpu (windows-2022, lightning, 3.7, 1.10, oldest)"
49
49
- " make-doctest (pytorch)"
50
50
- " make-html (pytorch)"
51
- - " mypy"
52
51
- " pytorch-lightning (GPUs)"
53
52
- " pytorch-lightning (HPUs)"
54
53
- " pytorch-lightning (IPUs)"
@@ -58,7 +57,7 @@ subprojects:
58
57
# TODO: since this job has intermittent availability, it cannot be required or it will block all PL PRs from forks
59
58
# - "test-on-tpus"
60
59
61
- - id : " pytorch_lightning: CPU"
60
+ - id : " pytorch_lightning: CPU workflow "
62
61
paths :
63
62
- " .github/workflows/ci-pytorch-tests.yml"
64
63
checks :
@@ -83,7 +82,7 @@ subprojects:
83
82
- " pl-cpu (windows-2022, lightning, 3.10, 1.13)"
84
83
- " pl-cpu (windows-2022, lightning, 3.7, 1.10, oldest)"
85
84
86
- - id : " pytorch_lightning: Slow"
85
+ - id : " pytorch_lightning: Slow workflow "
87
86
paths :
88
87
- " .github/workflows/ci-pytorch-tests-slow.yml"
89
88
checks :
@@ -110,7 +109,7 @@ subprojects:
110
109
checks :
111
110
- " pytorch-lightning (IPUs)"
112
111
113
- - id : " pytorch-lightning: TPU"
112
+ - id : " pytorch-lightning: TPU workflow "
114
113
paths :
115
114
- " .github/workflows/tpu-tests.yml"
116
115
checks :
@@ -176,7 +175,6 @@ subprojects:
176
175
- " lite-cpu (ubuntu-20.04, lightning, 3.8, 1.12)"
177
176
- " lite-cpu (windows-2022, lightning, 3.8, 1.12)"
178
177
- " lightning-lite (GPUs)"
179
- - " mypy"
180
178
# Lite also requires PL checks as it depends on Lite
181
179
- " pl-cpu (macOS-11, pytorch, 3.8, 1.11)"
182
180
- " pl-cpu (macOS-11, pytorch, 3.9, 1.12)"
@@ -244,8 +242,7 @@ subprojects:
244
242
- " requirements/app/**"
245
243
- " src/lightning_app/**"
246
244
- " tests/tests_app/**"
247
- - " examples/app_*" # some tests_app tests call examples files
248
- - " .github/workflows/ci-app-tests.yml"
245
+ - " examples/app_*/**" # some tests_app tests call examples files
249
246
- " setup.py"
250
247
- " .actions/**"
251
248
checks :
@@ -262,13 +259,26 @@ subprojects:
262
259
- " app-pytest (windows-2022, app, 3.8, oldest)"
263
260
- " app-pytest (windows-2022, lightning, 3.8, latest)"
264
261
262
+ - id : " lightning_app: Tests workflow"
263
+ paths :
264
+ - " .github/workflows/ci-app-tests.yml"
265
+ checks :
266
+ - " app-pytest (macOS-11, app, 3.8, latest)"
267
+ - " app-pytest (macOS-11, app, 3.8, oldest)"
268
+ - " app-pytest (macOS-11, lightning, 3.9, latest)"
269
+ - " app-pytest (ubuntu-20.04, app, 3.8, latest)"
270
+ - " app-pytest (ubuntu-20.04, app, 3.8, oldest)"
271
+ - " app-pytest (ubuntu-20.04, lightning, 3.9, latest)"
272
+ - " app-pytest (windows-2022, app, 3.8, latest)"
273
+ - " app-pytest (windows-2022, app, 3.8, oldest)"
274
+ - " app-pytest (windows-2022, lightning, 3.8, latest)"
275
+
265
276
- id : " lightning_app: Examples"
266
277
paths :
267
278
- " requirements/app/**"
268
279
- " src/lightning_app/**"
269
280
- " tests/tests_app_examples/**"
270
- - " examples/app_*"
271
- - " .github/workflows/ci-app-examples.yml"
281
+ - " examples/app_*/**"
272
282
- " setup.py"
273
283
- " .actions/**"
274
284
checks :
@@ -282,6 +292,20 @@ subprojects:
282
292
- " app-examples (windows-2022, app, 3.9, oldest)"
283
293
- " app-examples (windows-2022, lightning, 3.9, latest)"
284
294
295
+ - id : " lightning_app: Examples workflow"
296
+ paths :
297
+ - " .github/workflows/ci-app-examples.yml"
298
+ checks :
299
+ - " app-examples (macOS-11, app, 3.9, latest)"
300
+ - " app-examples (macOS-11, app, 3.9, oldest)"
301
+ - " app-examples (macOS-11, lightning, 3.9, latest)"
302
+ - " app-examples (ubuntu-20.04, app, 3.9, latest)"
303
+ - " app-examples (ubuntu-20.04, app, 3.9, oldest)"
304
+ - " app-examples (ubuntu-20.04, lightning, 3.9, latest)"
305
+ - " app-examples (windows-2022, app, 3.9, latest)"
306
+ - " app-examples (windows-2022, app, 3.9, oldest)"
307
+ - " app-examples (windows-2022, lightning, 3.9, latest)"
308
+
285
309
- id : " lightning_app: Azure"
286
310
paths :
287
311
- " .azure/app-cloud-e2e.yml"
@@ -303,7 +327,10 @@ subprojects:
303
327
- id : " mypy"
304
328
paths :
305
329
- " .github/workflows/code-checks.yml"
330
+ - " requirements/**"
331
+ - " src/**"
306
332
- " pyproject.toml" # includes mypy config
333
+ - " .actions/**"
307
334
checks :
308
335
- " mypy"
309
336
@@ -321,21 +348,21 @@ subprojects:
321
348
- " install-pkg (ubuntu-22.04, lite, 3.10)"
322
349
- " install-pkg (ubuntu-22.04, pytorch, 3.7)"
323
350
- " install-pkg (ubuntu-22.04, pytorch, 3.10)"
324
- - " install-pkg (ubuntu-22.04, 3.7)"
325
- - " install-pkg (ubuntu-22.04, 3.10)"
351
+ - " install-pkg (ubuntu-22.04, lightning, 3.7)"
352
+ - " install-pkg (ubuntu-22.04, lightning, 3.10)"
326
353
- " install-pkg (macOS-12, app, 3.7)"
327
354
- " install-pkg (macOS-12, app, 3.10)"
328
355
- " install-pkg (macOS-12, lite, 3.7)"
329
356
- " install-pkg (macOS-12, lite, 3.10)"
330
357
- " install-pkg (macOS-12, pytorch, 3.7)"
331
358
- " install-pkg (macOS-12, pytorch, 3.10)"
332
- - " install-pkg (macOS-12, 3.7)"
333
- - " install-pkg (macOS-12, 3.10)"
359
+ - " install-pkg (macOS-12, lightning, 3.7)"
360
+ - " install-pkg (macOS-12, lightning, 3.10)"
334
361
- " install-pkg (windows-2022, app, 3.7)"
335
362
- " install-pkg (windows-2022, app, 3.10)"
336
363
- " install-pkg (windows-2022, lite, 3.7)"
337
364
- " install-pkg (windows-2022, lite, 3.10)"
338
365
- " install-pkg (windows-2022, pytorch, 3.7)"
339
366
- " install-pkg (windows-2022, pytorch, 3.10)"
340
- - " install-pkg (windows-2022, 3.7)"
341
- - " install-pkg (windows-2022, 3.10)"
367
+ - " install-pkg (windows-2022, lightning, 3.7)"
368
+ - " install-pkg (windows-2022, lightning, 3.10)"
0 commit comments