@@ -21,10 +21,10 @@ subprojects:
2121 checks :
2222 - " pl-cpu-guardian" # aggregated check for all cases
2323
24- - id : " pytorch_lightning: Azure GPU"
24+ - id : " pytorch_lightning: lit GPU"
2525 paths :
2626 - " .actions/*"
27- - " .azure/gpu-tests- pytorch.yml"
27+ - " .lightning/workflows/ pytorch.yml"
2828 # only the azure GPU workflow runs the examples
2929 # all examples don't need to be added because they aren't used in CI, but these are
3030 - " examples/run_pl_examples.sh"
@@ -47,13 +47,13 @@ subprojects:
4747 - " !*.md"
4848 - " !**/*.md"
4949 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-devel-ubuntu22.04, pytorch, 3.10 )"
51+ - " pytorch.yml / Lit Job (lightning, 3.12 )"
52+ - " pytorch.yml / Lit Job (pytorch, 3.12 )"
5353
54- - id : " pytorch_lightning: Benchmarks"
54+ - id : " Benchmarks"
5555 paths :
56- - " .azure/gpu-benchmarks .yml"
56+ - " .lightning/workflows/benchmark .yml"
5757 - " requirements/fabric/**"
5858 - " requirements/pytorch/**"
5959 - " src/lightning/fabric/**"
@@ -65,7 +65,8 @@ subprojects:
6565 - " !*.md"
6666 - " !**/*.md"
6767 checks :
68- - " lightning.Benchmarks"
68+ - " benchmark.yml / Lit Job (fabric)"
69+ - " benchmark.yml / Lit Job (pytorch)"
6970
7071 # Temporarily disabled
7172 # - id: "pytorch-lightning: TPU workflow"
@@ -111,34 +112,6 @@ subprojects:
111112 - " docs-make (pytorch, doctest)"
112113 - " docs-make (pytorch, html)"
113114
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-
142115 # SECTION: lightning_fabric
143116
144117 - id : " lightning_fabric: CPU workflow"
@@ -156,10 +129,10 @@ subprojects:
156129 checks :
157130 - " fabric-cpu-guardian" # aggregated check for all cases
158131
159- - id : " lightning_fabric: Azure GPU"
132+ - id : " lightning_fabric: lit GPU"
160133 paths :
161134 - " .actions/*"
162- - " .azure/gpu-tests- fabric.yml"
135+ - " .lightning/workflows/ fabric.yml"
163136 - " examples/fabric/**"
164137 - " examples/run_fabric_examples.sh"
165138 - " requirements/fabric/**"
@@ -175,9 +148,9 @@ subprojects:
175148 - " !*.md"
176149 - " !**/*.md"
177150 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-devel-ubuntu22.04, fabric, 3.10 )"
152+ - " fabric.yml / Lit Job (fabric, 3.12 )"
153+ - " fabric.yml / Lit Job (lightning, 3.12 )"
181154
182155 # Temporarily disabled
183156 # - id: "lightning_fabric: TPU workflow"
0 commit comments