mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "Revert "[ci] convert empty s3 artifacts from error to warning""
This reverts commit 5de9f42486a5876440d2ab57ef4d213a94b460ba.
This commit is contained in:
@ -84,8 +84,9 @@ def download_s3_artifacts(
|
||||
paths.append(p)
|
||||
|
||||
if not found_one:
|
||||
raise RuntimeError(
|
||||
"Didn't find any test reports in s3, there is probably a bug!"
|
||||
print(
|
||||
"::warning title=s3 artifacts not found::"
|
||||
"Didn't find any test reports in s3, there might be a bug!"
|
||||
)
|
||||
return paths
|
||||
|
||||
|
Reference in New Issue
Block a user