Skip to content

Commit 323848f

Browse files
committed
make lit CI as required
1 parent 6765901 commit 323848f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/checkgroup.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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,9 +47,9 @@ 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-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)"
5353

5454
- id: "pytorch_lightning: Benchmarks"
5555
paths:
@@ -128,10 +128,10 @@ subprojects:
128128
checks:
129129
- "fabric-cpu-guardian" # aggregated check for all cases
130130

131-
- id: "lightning_fabric: Azure GPU"
131+
- id: "lightning_fabric: lit GPU"
132132
paths:
133133
- ".actions/*"
134-
- ".azure/gpu-tests-fabric.yml"
134+
- ".lightning/workflows/fabric.yml"
135135
- "examples/fabric/**"
136136
- "examples/run_fabric_examples.sh"
137137
- "requirements/fabric/**"
@@ -147,9 +147,9 @@ subprojects:
147147
- "!*.md"
148148
- "!**/*.md"
149149
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)"
153153

154154
# Temporarily disabled
155155
# - id: "lightning_fabric: TPU workflow"

0 commit comments

Comments
 (0)