Revert "Revert "[ci] convert empty s3 artifacts from error to warning""

This reverts commit 5de9f42486a5876440d2ab57ef4d213a94b460ba.
This commit is contained in:
Nikita Shulga
2022-06-15 10:04:23 -07:00
parent a083199d2e
commit d79f99c4b4

View File

@ -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