-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[CI] Use Github Native Groups in monolithic-* scripts #143481
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] Use Github Native Groups in monolithic-* scripts #143481
Conversation
Created using spr 1.3.6 [skip ci]
Created using spr 1.3.6
Created using spr 1.3.6 [skip ci]
Created using spr 1.3.6 [skip ci]
DavidSpickett
left a comment
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
Looking forward to the other things we can do once there is only GitHub to think about.
Endilll
left a comment
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.
It would be nice to give them properly formatted names (e.g. Ninja Runtimes (Clang modules)), because when I wrote them, the context I expected them to be seen was local editor with lengthy log file opened. Now it's going to be in UI.
Created using spr 1.3.6 [skip ci]
Created using spr 1.3.6 [skip ci]
This patch updates monolithic-linux.sh and monolithic-windows.sh to emit expandable groups in the Github logs. The syntax this replaces originally worked to produce the same functionality on Buildkite, but Github uses a different syntax. https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#grouping-log-lines Pull Request: llvm#143481
Created using spr 1.3.6 [skip ci]
Created using spr 1.3.6 [skip ci]
This patch updates monolithic-linux.sh and monolithic-windows.sh to emit expandable groups in the Github logs. The syntax this replaces originally worked to produce the same functionality on Buildkite, but Github uses a different syntax. https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#grouping-log-lines Reviewers: cmtice, DavidSpickett, tstellar, lnihlen, Endilll Reviewed By: Endilll, DavidSpickett Pull Request: llvm/llvm-project#143481
This patch updates monolithic-linux.sh and monolithic-windows.sh to emit
expandable groups in the Github logs. The syntax this replaces
originally worked to produce the same functionality on Buildkite, but
Github uses a different syntax.
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#grouping-log-lines