mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[CI] disable td for xpu ci test by default (#127611)
Due to the xpu ci test has been enabled td by default, a lot of test cases (75%) have been skipped in CI tests. It caused some ci failures escaped from the ci tests, for example issue #127539. This PR depends on PR #127595 landed. Pull Request resolved: https://github.com/pytorch/pytorch/pull/127611 Approved by: https://github.com/etaf, https://github.com/atalman
This commit is contained in:
parent
36e9b71613
commit
627d2cd87d
1 changed files with 1 additions and 0 deletions
|
|
@ -1200,6 +1200,7 @@ def parse_args():
|
|||
and not IS_SLOW
|
||||
and not TEST_WITH_ROCM
|
||||
and not IS_MACOS
|
||||
and "xpu" not in BUILD_ENVIRONMENT
|
||||
and "onnx" not in BUILD_ENVIRONMENT
|
||||
and "debug" not in BUILD_ENVIRONMENT
|
||||
and "parallelnative" not in BUILD_ENVIRONMENT,
|
||||
|
|
|
|||
Loading…
Reference in a new issue