-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[llvm][CI] Add metrics collection for libc++ premerge testing. #152801
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
Conversation
** DRAFT!! DO NOT REVIEW! DO NOT MERGE! ** Work-in-progress, playing around with adding metrics collection and dashboard for libc++ premerge testing data.
Finish updating metrics.py to collect libc++ testing metrics.
✅ With the latest revision this PR passed the Python code formatter. |
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.
The code formatting and tests need to be fixed (see the CI).
Fix two tiny bugs in metrics.py
I've added tests for all the libc++ work now. This should be ready to review again. |
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.
The formatter still needs to be fixed. https://llvm.org/docs/CodingStandards.html#python-version-and-source-code-formatting has information on what to do in case you aren't already familiar.
Other than that, a couple nits and I think this is ready to go.
Update the metrics.py script to collect mertrics on libc++ premerge testing (on linux); also to create aggregate summaries for the three stages; and to upload the libc++ metrics data to Grafana.