Skip to content

Commit 62a6d4d

Browse files
committed
Update Report Status to handle new log names
1 parent 8d55135 commit 62a6d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gha/report_build_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def main(argv):
501501
logs_zip = zipfile.ZipFile(logs_compressed_data)
502502
m = get_message_from_github_log(
503503
logs_zip,
504-
r'summarize-results/.*Summarize results into GitHub',
504+
r'(?:[0-9]*_)?summarize-results(?:/.*Summarize results into GitHub.*)?',
505505
r'\[error\]INTEGRATION TEST FAILURES\n—+\n(.*)$')
506506
if m:
507507
run['log_success'] = False

0 commit comments

Comments
 (0)