-
Notifications
You must be signed in to change notification settings - Fork 14.7k
[CI] Enable Build Failure Reporting #152622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Enable Build Failure Reporting #152622
Conversation
Created using spr 1.3.6
Created using spr 1.3.6 [skip ci]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Immediate thought was why pass all the files as one list, but you have to do that because on the command line they are just one list. Given that, it makes sense to group them in Python.
This patch finishes up the plumbing so that generate_test_report will dump build failures into the Github checks summary. Pull Request: llvm#152622
This patch finishes up the plumbing so that generate_test_report will dump build failures into the Github checks summary. Pull Request: llvm#152622
Created using spr 1.3.6 [skip ci]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This patch finishes up the plumbing so that generate_test_report will dump build failures into the Github checks summary. Pull Request: llvm#152622
Created using spr 1.3.6 [skip ci]
Created using spr 1.3.6 [skip ci]
Created using spr 1.3.6 [skip ci]
This patch finishes up the plumbing so that generate_test_report will dump build failures into the Github checks summary. Pull Request: llvm#152622
Created using spr 1.3.6 [skip ci]
Created using spr 1.3.6 [skip ci]
This patch finishes up the plumbing so that generate_test_report will dump build failures into the Github checks summary. Reviewers: Keenuts, lnihlen, dschuff, gburgessiv, cmtice, DavidSpickett Reviewed By: cmtice, DavidSpickett Pull Request: llvm/llvm-project#152622
This patch finishes up the plumbing so that generate_test_report will dump build
failures into the Github checks summary.