11custom_service_name : " Lightning CI required checker"
2- # For security reasons, configuration is only loaded from the repository's default branch,
3- # changes made in pull requests from different branches or forks are ignored. This means that changes to this file
4- # will only be used after they are merged.
52subprojects :
63
74 # SECTION: pytorch_lightning
@@ -18,26 +15,25 @@ subprojects:
1815 - " setup.cfg" # includes pytest config
1916 - " .actions/**"
2017 checks :
21- # Note: updates here should be applied to the lightning_lite group
22- - " pl-cpu (macOS-11, pytorch, 3.8, 1.10)"
23- - " pl-cpu (macOS-11, pytorch, 3.9, 1.11)"
24- - " pl-cpu (macOS-11, pytorch, 3.10, 1.12)"
25- - " pl-cpu (macOS-11, pytorch, 3.10, 1.13, pre)"
18+ - " pl-cpu (macOS-11, pytorch, 3.8, 1.11)"
19+ - " pl-cpu (macOS-11, pytorch, 3.9, 1.12)"
20+ - " pl-cpu (macOS-11, pytorch, 3.10, 1.13)"
21+ - " pl-cpu (macOS-11, pytorch, 3.8, 1.10, oldest)"
2622 - " pl-cpu (ubuntu-20.04, pytorch, 3.8, 1.10)"
2723 - " pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.11)"
28- - " pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.11)"
2924 - " pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.12)"
30- - " pl-cpu (ubuntu-20.04, pytorch, 3.9, 1.13, pre)"
25+ - " pl-cpu (ubuntu-20.04, pytorch, 3.10, 1.13)"
26+ - " pl-cpu (ubuntu-20.04, pytorch, 3.7, 1.10, oldest)"
3127 - " pl-cpu (windows-2022, pytorch, 3.9, 1.11)"
32- - " pl-cpu (windows-2022, pytorch, 3.10, 1.11)"
3328 - " pl-cpu (windows-2022, pytorch, 3.10, 1.12)"
34- - " pl-cpu (windows-2022, pytorch, 3.8, 1.13, pre)"
35- - " pl-cpu (macOS-11, lightning, 3.10, 1.12)"
36- - " pl-cpu (ubuntu-20.04, lightning, 3.10, 1.12)"
37- - " pl-cpu (windows-2022, lightning, 3.10, 1.12)"
29+ - " pl-cpu (windows-2022, pytorch, 3.10, 1.13)"
30+ - " pl-cpu (windows-2022, pytorch, 3.7, 1.10, oldest)"
3831 - " pl-cpu (slow, macOS-11, pytorch, 3.7, 1.11)"
3932 - " pl-cpu (slow, ubuntu-20.04, pytorch, 3.7, 1.11)"
4033 - " pl-cpu (slow, windows-2022, pytorch, 3.7, 1.11)"
34+ - " pl-cpu (macOS-11, lightning, 3.8, 1.13)"
35+ - " pl-cpu (ubuntu-20.04, lightning, 3.8, 1.13)"
36+ - " pl-cpu (windows-2022, lightning, 3.8, 1.13)"
4137
4238 - id : " pytorch_lightning: Azure GPU"
4339 paths :
@@ -145,7 +141,7 @@ subprojects:
145141 - " build-pl (3.9, 1.10, 11.3.1)"
146142 - " build-pl (3.9, 1.11, 11.3.1)"
147143 - " build-pl (3.9, 1.12, 11.6.1)"
148- # TODO: add 1.13
144+ - " build-pl (3.9, 1.13, 11.6.1) "
149145 - " build-xla (3.7, 1.12)"
150146
151147 # SECTION: lightning_lite
@@ -159,20 +155,22 @@ subprojects:
159155 - " .github/workflows/ci-lite-tests.yml"
160156 - " .actions/**"
161157 checks :
162- - " lite-cpu (macOS-11, lite, 3.9, 1.11)"
163- - " lite-cpu (macOS-11, lite, 3.8, 1.10)"
164- - " lite-cpu (macOS-11, lite, 3.10, 1.12)"
165- - " lite-cpu (macOS-11, lite, 3.10, 1.13, pre)"
166- - " lite-cpu (ubuntu-20.04, lite, 3.8, 1.11)"
158+ - " lite-cpu (macOS-11, lite, 3.8, 1.11)"
159+ - " lite-cpu (macOS-11, lite, 3.9, 1.12)"
160+ - " lite-cpu (macOS-11, lite, 3.10, 1.13)"
161+ - " lite-cpu (macOS-11, lite, 3.7, 1.10, oldest)"
162+ - " lite-cpu (ubuntu-20.04, lite, 3.8, 1.10)"
163+ - " lite-cpu (ubuntu-20.04, lite, 3.9, 1.11)"
167164 - " lite-cpu (ubuntu-20.04, lite, 3.10, 1.12)"
168- - " lite-cpu (ubuntu-20.04, lite, 3.9 , 1.13, pre )"
169- - " lite-cpu (windows-2022 , lite, 3.9 , 1.10)"
170- - " lite-cpu (windows-2022, lite, 3.10 , 1.11)"
165+ - " lite-cpu (ubuntu-20.04, lite, 3.10 , 1.13)"
166+ - " lite-cpu (ubuntu-20.04 , lite, 3.7 , 1.10, oldest )"
167+ - " lite-cpu (windows-2022, lite, 3.9 , 1.11)"
171168 - " lite-cpu (windows-2022, lite, 3.10, 1.12)"
172- - " lite-cpu (windows-2022, lite, 3.8, 1.13, pre)"
173- - " lite-cpu (macOS-11, lightning, 3.8, 1.12)"
174- - " lite-cpu (ubuntu-20.04, lightning, 3.8, 1.12)"
175- - " lite-cpu (windows-2022, lightning, 3.8, 1.12)"
169+ - " lite-cpu (windows-2022, lite, 3.10, 1.13)"
170+ - " lite-cpu (windows-2022, lite, 3.7, 1.10, oldest)"
171+ - " lite-cpu (macOS-11, lightning, 3.8, 1.13)"
172+ - " lite-cpu (ubuntu-20.04, lightning, 3.8, 1.13)"
173+ - " lite-cpu (windows-2022, lightning, 3.8, 1.13)"
176174
177175 - id : " lightning_lite: Azure GPU"
178176 paths :
0 commit comments