Skip to content

Commit 33de230

Browse files
authored
ci: disable TPU testing (#20942)
1 parent 46874df commit 33de230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/checkgroup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ subprojects:
7171
# paths:
7272
# # tpu CI availability is very limited, so we only require tpu tests
7373
# # to pass when their configurations are modified
74-
# - ".github/workflows/tpu-tests.yml"
74+
# - ".github/workflows/tpu-tests.yml.disabled"
7575
# - "tests/tests_pytorch/run_tpu_tests.sh"
7676
# checks:
7777
# - "test-on-tpus (pytorch, pjrt, v4-8)"
@@ -181,7 +181,7 @@ subprojects:
181181
# paths:
182182
# # tpu CI availability is very limited, so we only require tpu tests
183183
# # to pass when their configurations are modified
184-
# - ".github/workflows/tpu-tests.yml"
184+
# - ".github/workflows/tpu-tests.yml.disabled"
185185
# - "tests/tests_fabric/run_tpu_tests.sh"
186186
# checks:
187187
# - "test-on-tpus (pytorch, pjrt, v4-8)"

0 commit comments

Comments
 (0)