We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d55135 commit 62a6d4dCopy full SHA for 62a6d4d
scripts/gha/report_build_status.py
@@ -501,7 +501,7 @@ def main(argv):
501
logs_zip = zipfile.ZipFile(logs_compressed_data)
502
m = get_message_from_github_log(
503
logs_zip,
504
- r'summarize-results/.*Summarize results into GitHub',
+ r'(?:[0-9]*_)?summarize-results(?:/.*Summarize results into GitHub.*)?',
505
r'\[error\]INTEGRATION TEST FAILURES\n—+\n(.*)$')
506
if m:
507
run['log_success'] = False
0 commit comments