@@ -21,10 +21,10 @@ subprojects:
21
21
checks :
22
22
- " pl-cpu-guardian" # aggregated check for all cases
23
23
24
- - id : " pytorch_lightning: Azure GPU"
24
+ - id : " pytorch_lightning: lit GPU"
25
25
paths :
26
26
- " .actions/*"
27
- - " .azure/gpu-tests- pytorch.yml"
27
+ - " .lightning/workflows/ pytorch.yml"
28
28
# only the azure GPU workflow runs the examples
29
29
# all examples don't need to be added because they aren't used in CI, but these are
30
30
- " examples/run_pl_examples.sh"
@@ -47,9 +47,9 @@ subprojects:
47
47
- " !*.md"
48
48
- " !**/*.md"
49
49
checks :
50
- - " pytorch-lightning (GPUs) (testing Lightning | latest )"
51
- - " pytorch-lightning (GPUs) (testing PyTorch | oldest )"
52
- - " pytorch-lightning (GPUs) (testing PyTorch | latest )"
50
+ - " pytorch.yml / Lit Job (nvidia/cuda:12.1.1-runtime-ubuntu22.04, pytorch, 3.10, A100_X_2 )"
51
+ - " pytorch.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, lightning, 3.12, L4_X_2 )"
52
+ - " pytorch.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, pytorch, 3.12, L4_X_2 )"
53
53
54
54
- id : " pytorch_lightning: Benchmarks"
55
55
paths :
@@ -111,34 +111,6 @@ subprojects:
111
111
- " docs-make (pytorch, doctest)"
112
112
- " docs-make (pytorch, html)"
113
113
114
- - id : " pytorch_lightning: Docker"
115
- paths :
116
- - " .actions/*"
117
- - " .github/workflows/docker-build.yml"
118
- - " dockers/**"
119
- - " requirements/pytorch/**"
120
- - " requirements/fabric/**"
121
- - " setup.py"
122
- - " !requirements/*/docs.txt"
123
- - " !*.md"
124
- - " !**/*.md"
125
- checks :
126
- - " build-cuda (3.10, 2.1.2, 12.1.1)"
127
- - " build-cuda (3.11, 2.2.2, 12.1.1)"
128
- - " build-cuda (3.11, 2.3.1, 12.1.1)"
129
- - " build-cuda (3.11, 2.4.1, 12.1.1)"
130
- - " build-cuda (3.12, 2.5.1, 12.1.1)"
131
- - " build-cuda (3.12, 2.6.0, 12.4.1)"
132
- # - "build-NGC"
133
- - " build-pl (3.10, 2.1, 12.1.1)"
134
- - " build-pl (3.11, 2.2, 12.1.1)"
135
- - " build-pl (3.11, 2.3, 12.1.1)"
136
- - " build-pl (3.11, 2.4, 12.1.1)"
137
- - " build-pl (3.12, 2.5, 12.1.1)"
138
- - " build-pl (3.12, 2.6, 12.4.1)"
139
- - " build-pl (3.12, 2.7, 12.6.3)"
140
- - " build-pl (3.12, 2.8, 12.6.3, true)"
141
-
142
114
# SECTION: lightning_fabric
143
115
144
116
- id : " lightning_fabric: CPU workflow"
@@ -156,10 +128,10 @@ subprojects:
156
128
checks :
157
129
- " fabric-cpu-guardian" # aggregated check for all cases
158
130
159
- - id : " lightning_fabric: Azure GPU"
131
+ - id : " lightning_fabric: lit GPU"
160
132
paths :
161
133
- " .actions/*"
162
- - " .azure/gpu-tests- fabric.yml"
134
+ - " .lightning/workflows/ fabric.yml"
163
135
- " examples/fabric/**"
164
136
- " examples/run_fabric_examples.sh"
165
137
- " requirements/fabric/**"
@@ -175,9 +147,9 @@ subprojects:
175
147
- " !*.md"
176
148
- " !**/*.md"
177
149
checks :
178
- - " lightning- fabric (GPUs) (testing Fabric | oldest )"
179
- - " lightning- fabric (GPUs) (testing Fabric | latest )"
180
- - " lightning- fabric (GPUs) (testing Lightning | latest )"
150
+ - " fabric.yml / Lit Job (nvidia/cuda:12.1.1-runtime-ubuntu22.04, fabric, 3.10, A100_X_2 )"
151
+ - " fabric.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, fabric, 3.12, L4_X_2 )"
152
+ - " fabric.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, lightning, 3.12, L4_X_2 )"
181
153
182
154
# Temporarily disabled
183
155
# - id: "lightning_fabric: TPU workflow"
0 commit comments