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 8d44726 commit 4086d40Copy full SHA for 4086d40
scripts/gha/report_build_status.py
@@ -449,7 +449,7 @@ def main(argv):
449
logs_zip = zipfile.ZipFile(logs_compressed_data)
450
m = get_message_from_github_log(
451
logs_zip,
452
- r'check_and_prepare/.*Run if.*expanded.*then.*\.txt',
+ r'check_and_prepare\.txt',
453
r'\[warning\]Downloading SDK package from previous run:[^\n]*/([0-9]*)$')
454
if m:
455
packaging_run = m.group(1)
@@ -538,7 +538,7 @@ def main(argv):
538
539
540
541
- r'summarize-results/.*Summarize results into GitHub',
+ r'summarize-results\.txt',
542
r'\[error\]INTEGRATION TEST FAILURES\n—+\n(.*)$')
543
544
run['log_success'] = False
0 commit comments