Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/checkgroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ subprojects:
checks:
- "pl-cpu-guardian" # aggregated check for all cases

- id: "pytorch_lightning: Azure GPU"
- id: "pytorch_lightning: lit GPU"
paths:
- ".actions/*"
- ".azure/gpu-tests-pytorch.yml"
- ".lightning/workflows/pytorch.yml"
# only the azure GPU workflow runs the examples
# all examples don't need to be added because they aren't used in CI, but these are
- "examples/run_pl_examples.sh"
Expand All @@ -47,9 +47,9 @@ subprojects:
- "!*.md"
- "!**/*.md"
checks:
- "pytorch-lightning (GPUs) (testing Lightning | latest)"
- "pytorch-lightning (GPUs) (testing PyTorch | oldest)"
- "pytorch-lightning (GPUs) (testing PyTorch | latest)"
- "pytorch.yml / Lit Job (nvidia/cuda:12.1.1-runtime-ubuntu22.04, pytorch, 3.10, A100_X_2)"
- "pytorch.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, lightning, 3.12, L4_X_2)"
- "pytorch.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, pytorch, 3.12, L4_X_2)"

- id: "pytorch_lightning: Benchmarks"
paths:
Expand Down Expand Up @@ -128,10 +128,10 @@ subprojects:
checks:
- "fabric-cpu-guardian" # aggregated check for all cases

- id: "lightning_fabric: Azure GPU"
- id: "lightning_fabric: lit GPU"
paths:
- ".actions/*"
- ".azure/gpu-tests-fabric.yml"
- ".lightning/workflows/fabric.yml"
- "examples/fabric/**"
- "examples/run_fabric_examples.sh"
- "requirements/fabric/**"
Expand All @@ -147,9 +147,9 @@ subprojects:
- "!*.md"
- "!**/*.md"
checks:
- "lightning-fabric (GPUs) (testing Fabric | oldest)"
- "lightning-fabric (GPUs) (testing Fabric | latest)"
- "lightning-fabric (GPUs) (testing Lightning | latest)"
- "fabric.yml / Lit Job (nvidia/cuda:12.1.1-runtime-ubuntu22.04, fabric, 3.10, A100_X_2)"
- "fabric.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, fabric, 3.12, L4_X_2)"
- "fabric.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, lightning, 3.12, L4_X_2)"

# Temporarily disabled
# - id: "lightning_fabric: TPU workflow"
Expand Down