-
Notifications
You must be signed in to change notification settings - Fork 283
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
Warn via issue if overnight benchmarks fail #5432
Warn via issue if overnight benchmarks fail #5432
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## FEATURE_benchmarks #5432 +/- ##
=====================================================
Coverage ? 89.35%
=====================================================
Files ? 89
Lines ? 22417
Branches ? 5382
=====================================================
Hits ? 20030
Misses ? 1639
Partials ? 748 ☔ View full report in Codecov by Sentry. |
b3f4a02
to
ac5f17d
Compare
ac5f17d
to
fd72f5b
Compare
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.
That's 4 @trexfeathers, looks good.
This one might need another rebase first? Seems to dupe 5431, certainly in the what'snew.
e5a45c2
into
SciTools:FEATURE_benchmarks
* Improve benchmark runner printing (#5429) * More sensible print and run functions. * Avoid permanent modifications in _subprocess_runner. * Post on demand benchmark results as comment (big refactor) (#5430) * On demand benchmarking. * Correct gh query. * Correct assignee spacing. * What's new entry. * Better comparison commits for PR benchmarking (#5431) * Don't check out head_ref - benchmark the GH simulated merge commit instead. * What's New entry. * Warn via issue if overnight benchmarks fail (#5432) * Include a warning step for overnight benchmarking. * Fix for failure warning script. * Better formatting of warning issue title. * What's new entry. * Minor benchmark improvements (#5433) * Use shlex.split() for bm_runner commands. * Minor documentation clarifications. * Set benchmark runs to error if the subprocess errors (#5434) * Set benchmark runs to error if the subprocess errors. * Still compare results even from a broken run. * Still upload reports if overnight run fails. * What's New entry. * Hard-code conda channel into asv_delegated_conda.py (#5435) * What's new entry. * What's New entry. * Hard-code conda channel into asv_delegated_conda.py . * Fix some rebase confusion in the What's New. * Inflate benchmark data to ensure laziness (#5436) * Inflate benchmark data to ensure laziness. * What's New entry. * Benchmark feature branch what's new entry (#5438) * What's new entry. * Correct user name @ESadek-MO. * Missing colon.
🚀 Pull Request
Requires
Will need
git rebase upstream/FEATURE_benchmarks
once those are merged.Description
Raise an issue if the overnight benchmark workflow gets a non-zero exit code. Up to now we have not been notified of these problems.
Demonstrations
I have temporarily created a different default branch on my fork:
trexfeathers:demo_20230817_main
, which can simulate what would happen onmain
.5893534131
trexfeathers/iris#71SciTools:main
that we were never notified of.Consult Iris pull request check list