Upload build reports to S3_TEST_REPORTS_BUCKET

This commit is contained in:
Mikhail f. Shiryaev 2023-03-23 15:49:59 +01:00
parent 04822a63e1
commit 8ff01429e1
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -247,7 +247,7 @@ def main():
str(pr_info.number) + "/" + pr_info.sha + "/" + context_name_for_path
)
url = s3_helper.upload_build_file_to_s3(
url = s3_helper.upload_test_report_to_s3(
report_path, s3_path_prefix + "/report.html"
)
logging.info("Report url %s", url)