@@ -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 :
@@ -128,10 +128,10 @@ subprojects:
128
128
checks :
129
129
- " fabric-cpu-guardian" # aggregated check for all cases
130
130
131
- - id : " lightning_fabric: Azure GPU"
131
+ - id : " lightning_fabric: lit GPU"
132
132
paths :
133
133
- " .actions/*"
134
- - " .azure/gpu-tests- fabric.yml"
134
+ - " .lightning/workflows/ fabric.yml"
135
135
- " examples/fabric/**"
136
136
- " examples/run_fabric_examples.sh"
137
137
- " requirements/fabric/**"
@@ -147,9 +147,9 @@ subprojects:
147
147
- " !*.md"
148
148
- " !**/*.md"
149
149
checks :
150
- - " lightning- fabric (GPUs) (testing Fabric | oldest )"
151
- - " lightning- fabric (GPUs) (testing Fabric | latest )"
152
- - " 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 )"
153
153
154
154
# Temporarily disabled
155
155
# - id: "lightning_fabric: TPU workflow"
0 commit comments