diff --git a/.github/checkgroup.yml b/.github/checkgroup.yml index e2a8b0c2fd7a4..7788db39f6692 100644 --- a/.github/checkgroup.yml +++ b/.github/checkgroup.yml @@ -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" @@ -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: @@ -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/**" @@ -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"