@@ -50,7 +50,6 @@ subprojects:
5050 # - "pl-cpu (windows-2022, lightning, 3.7, 1.9, oldest)"
5151 - " make-doctest (pytorch)"
5252 - " make-html (pytorch)"
53- - " mypy"
5453 - " pytorch-lightning (GPUs)"
5554 - " pytorch-lightning (HPUs)"
5655 - " pytorch-lightning (IPUs)"
@@ -60,7 +59,7 @@ subprojects:
6059 # TODO: since this job has intermittent availability, it cannot be required or it will block all PL PRs from forks
6160 # - "test-on-tpus"
6261
63- - id : " pytorch_lightning: CPU"
62+ - id : " pytorch_lightning: CPU workflow "
6463 paths :
6564 - " .github/workflows/ci-pytorch-tests.yml"
6665 checks :
@@ -87,7 +86,7 @@ subprojects:
8786 - " pl-cpu (windows-2022, lightning, 3.10, 1.12)"
8887 # - "pl-cpu (windows-2022, lightning, 3.7, 1.9, oldest)"
8988
90- - id : " pytorch_lightning: Slow"
89+ - id : " pytorch_lightning: Slow workflow "
9190 paths :
9291 - " .github/workflows/ci-pytorch-tests-slow.yml"
9392 checks :
@@ -114,7 +113,7 @@ subprojects:
114113 checks :
115114 - " pytorch-lightning (IPUs)"
116115
117- - id : " pytorch-lightning: TPU"
116+ - id : " pytorch-lightning: TPU workflow "
118117 paths :
119118 - " .github/workflows/tpu-tests.yml"
120119 checks :
@@ -181,7 +180,6 @@ subprojects:
181180 - " lite-cpu (ubuntu-20.04, lightning, 3.8, 1.12)"
182181 - " lite-cpu (windows-2022, lightning, 3.8, 1.12)"
183182 - " lightning-lite (GPUs)"
184- - " mypy"
185183 # Lite also requires PL checks as it depends on Lite
186184 - " pl-cpu (macOS-11, pytorch, 3.8, 1.10)"
187185 - " pl-cpu (macOS-11, pytorch, 3.9, 1.11)"
@@ -254,8 +252,7 @@ subprojects:
254252 - " requirements/app/**"
255253 - " src/lightning_app/**"
256254 - " tests/tests_app/**"
257- - " examples/app_*" # some tests_app tests call examples files
258- - " .github/workflows/ci-app-tests.yml"
255+ - " examples/app_*/**" # some tests_app tests call examples files
259256 - " setup.py"
260257 - " .actions/**"
261258 checks :
@@ -272,13 +269,26 @@ subprojects:
272269 - " app-pytest (windows-2022, app, 3.8, oldest)"
273270 - " app-pytest (windows-2022, lightning, 3.8, latest)"
274271
272+ - id : " lightning_app: Tests workflow"
273+ paths :
274+ - " .github/workflows/ci-app-tests.yml"
275+ checks :
276+ - " app-pytest (macOS-11, app, 3.8, latest)"
277+ - " app-pytest (macOS-11, app, 3.8, oldest)"
278+ - " app-pytest (macOS-11, lightning, 3.9, latest)"
279+ - " app-pytest (ubuntu-20.04, app, 3.8, latest)"
280+ - " app-pytest (ubuntu-20.04, app, 3.8, oldest)"
281+ - " app-pytest (ubuntu-20.04, lightning, 3.9, latest)"
282+ - " app-pytest (windows-2022, app, 3.8, latest)"
283+ - " app-pytest (windows-2022, app, 3.8, oldest)"
284+ - " app-pytest (windows-2022, lightning, 3.8, latest)"
285+
275286 - id : " lightning_app: Examples"
276287 paths :
277288 - " requirements/app/**"
278289 - " src/lightning_app/**"
279290 - " tests/tests_app_examples/**"
280- - " examples/app_*"
281- - " .github/workflows/ci-app-examples.yml"
291+ - " examples/app_*/**"
282292 - " setup.py"
283293 - " .actions/**"
284294 checks :
@@ -292,6 +302,20 @@ subprojects:
292302 - " app-examples (windows-2022, app, 3.9, oldest)"
293303 - " app-examples (windows-2022, lightning, 3.9, latest)"
294304
305+ - id : " lightning_app: Examples workflow"
306+ paths :
307+ - " .github/workflows/ci-app-examples.yml"
308+ checks :
309+ - " app-examples (macOS-11, app, 3.9, latest)"
310+ - " app-examples (macOS-11, app, 3.9, oldest)"
311+ - " app-examples (macOS-11, lightning, 3.9, latest)"
312+ - " app-examples (ubuntu-20.04, app, 3.9, latest)"
313+ - " app-examples (ubuntu-20.04, app, 3.9, oldest)"
314+ - " app-examples (ubuntu-20.04, lightning, 3.9, latest)"
315+ - " app-examples (windows-2022, app, 3.9, latest)"
316+ - " app-examples (windows-2022, app, 3.9, oldest)"
317+ - " app-examples (windows-2022, lightning, 3.9, latest)"
318+
295319 - id : " lightning_app: Azure"
296320 paths :
297321 - " .azure/app-cloud-e2e.yml"
@@ -313,7 +337,10 @@ subprojects:
313337 - id : " mypy"
314338 paths :
315339 - " .github/workflows/code-checks.yml"
340+ - " requirements/**"
341+ - " src/**"
316342 - " pyproject.toml" # includes mypy config
343+ - " .actions/**"
317344 checks :
318345 - " mypy"
319346
0 commit comments