Skip to content

Commit 8d55135

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

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
@@ -460,7 +460,7 @@ def main(argv):
460460
logs_zip = zipfile.ZipFile(logs_compressed_data)
461461
m = get_message_from_github_log(
462462
logs_zip,
463-
r'summarize-results/.*Print SDK package info.*\.txt',
463+
r'(?:[0-9]*_)?summarize-results(?:/.*Print SDK package info.*)?\.txt',
464464
r'run_id: ([0-9]+)$')
465465
if m:
466466
packaging_run = m.group(1)

0 commit comments

Comments
 (0)