@@ -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,13 +47,13 @@ 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
- - id : " pytorch_lightning: Benchmarks"
54
+ - id : " Benchmarks"
55
55
paths :
56
- - " .azure/gpu-benchmarks .yml"
56
+ - " .lightning/workflows/benchmark .yml"
57
57
- " requirements/fabric/**"
58
58
- " requirements/pytorch/**"
59
59
- " src/lightning/fabric/**"
@@ -65,7 +65,8 @@ subprojects:
65
65
- " !*.md"
66
66
- " !**/*.md"
67
67
checks :
68
- - " lightning.Benchmarks"
68
+ - " benchmark.yml / Lit Job (fabric)"
69
+ - " benchmark.yml / Lit Job (pytorch)"
69
70
70
71
# Temporarily disabled
71
72
# - id: "pytorch-lightning: TPU workflow"
@@ -111,34 +112,6 @@ subprojects:
111
112
- " docs-make (pytorch, doctest)"
112
113
- " docs-make (pytorch, html)"
113
114
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
115
# SECTION: lightning_fabric
143
116
144
117
- id : " lightning_fabric: CPU workflow"
@@ -156,10 +129,10 @@ subprojects:
156
129
checks :
157
130
- " fabric-cpu-guardian" # aggregated check for all cases
158
131
159
- - id : " lightning_fabric: Azure GPU"
132
+ - id : " lightning_fabric: lit GPU"
160
133
paths :
161
134
- " .actions/*"
162
- - " .azure/gpu-tests- fabric.yml"
135
+ - " .lightning/workflows/ fabric.yml"
163
136
- " examples/fabric/**"
164
137
- " examples/run_fabric_examples.sh"
165
138
- " requirements/fabric/**"
@@ -175,9 +148,9 @@ subprojects:
175
148
- " !*.md"
176
149
- " !**/*.md"
177
150
checks :
178
- - " lightning- fabric (GPUs) (testing Fabric | oldest )"
179
- - " lightning- fabric (GPUs) (testing Fabric | latest )"
180
- - " lightning- fabric (GPUs) (testing Lightning | latest )"
151
+ - " fabric.yml / Lit Job (nvidia/cuda:12.1.1-runtime-ubuntu22.04, fabric, 3.10, A100_X_2 )"
152
+ - " fabric.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, fabric, 3.12, L4_X_2 )"
153
+ - " fabric.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, lightning, 3.12, L4_X_2 )"
181
154
182
155
# Temporarily disabled
183
156
# - id: "lightning_fabric: TPU workflow"
0 commit comments