Skip to content

Commit

Permalink
temporarily disable tpu from required checks (#20417)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi authored Nov 13, 2024
1 parent cae3335 commit f5b513d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/checkgroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,15 @@ subprojects:
checks:
- "lightning.Benchmarks"

- id: "pytorch-lightning: TPU workflow"
paths:
# tpu CI availability is very limited, so we only require tpu tests
# to pass when their configurations are modified
- ".github/workflows/tpu-tests.yml"
- "tests/tests_pytorch/run_tpu_tests.sh"
checks:
- "test-on-tpus (pytorch, pjrt, v4-8)"
# Temporarily disabled
# - id: "pytorch-lightning: TPU workflow"
# paths:
# # tpu CI availability is very limited, so we only require tpu tests
# # to pass when their configurations are modified
# - ".github/workflows/tpu-tests.yml"
# - "tests/tests_pytorch/run_tpu_tests.sh"
# checks:
# - "test-on-tpus (pytorch, pjrt, v4-8)"

- id: "fabric: Docs"
paths:
Expand Down
File renamed without changes.

0 comments on commit f5b513d

Please sign in to comment.