mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[CI][ez] Don't retry when it says don't retry (#125643)
default arg for retry_shell is retries=1 Pull Request resolved: https://github.com/pytorch/pytorch/pull/125643 Approved by: https://github.com/huydhn
This commit is contained in:
committed by
PyTorch MergeBot
parent
0de9ce9bb3
commit
848fce35b5
@ -529,6 +529,7 @@ def run_test(
|
||||
stderr=output,
|
||||
env=env,
|
||||
timeout=timeout,
|
||||
retries=0,
|
||||
)
|
||||
|
||||
# Pytest return code 5 means no test is collected. Exit code 4 is
|
||||
|
Reference in New Issue
Block a user