Skip to content

CI: add pass/fail summary per version at end of job logs#3876

Merged
rom1504 merged 1 commit intomasterfrom
ci-failure-summary
Mar 31, 2026
Merged

CI: add pass/fail summary per version at end of job logs#3876
rom1504 merged 1 commit intomasterfrom
ci-failure-summary

Conversation

@rom1504
Copy link
Copy Markdown
Member

@rom1504 rom1504 commented Mar 31, 2026

Summary

When a CI job fails with 4 versions, it's hard to scroll through all the logs to find which version(s) failed. Now prints a clear summary at the end:

==========================================
  SUMMARY
==========================================
  PASS: 1.8.8
  PASS: 1.9.4
  FAIL: 1.10.2 -   1 failing
  PASS: 1.11.2

  FAILED VERSIONS: 1.10.2
==========================================

🤖 Generated with Claude Code

Reorder log output so passing versions print first and failing
versions print last. Failed versions are labeled "FAILED: Minecraft X"
so they're easy to spot at the bottom of the CI output.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@rom1504 rom1504 force-pushed the ci-failure-summary branch from d2f60e7 to 56c32f4 Compare March 31, 2026 04:44
@rom1504 rom1504 merged commit 56efbcd into master Mar 31, 2026
11 checks passed
@rom1504 rom1504 deleted the ci-failure-summary branch March 31, 2026 04:59
@rom1504
Copy link
Copy Markdown
Member Author

rom1504 commented Mar 31, 2026

/makerelease

@rom1504bot rom1504bot mentioned this pull request Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant