-
Notifications
You must be signed in to change notification settings - Fork 262
Change max-memory-used check to use real difference in MB not percentage diff. Increase the threshold to 100MB. Flag PR is check fails. #2622
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
base: master
Are you sure you want to change the base?
Conversation
…LED to message to .
|
A new Pull Request was created by @gartung for branch master. @akritkbehera, @cmsbuild, @iarspider, @smuzaffar can you please review it and eventually sign? Thanks. |
|
cms-bot internal usage |
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20c417/49585/summary.html Comparison SummarySummary:
|
|
@gartung , currently there is no indication on the summary page that shows if there are any memory comparisons which have memory threshold warning or error. Also system treats memory increase and decrease in the same way ( red color either there is +10MB or -10MB). Was this done on purpose? |
|
Yes. It's the absolute value of the difference. Maybe it should only be for positive values. |
…summary.py and use diff of real value not percentage value.
|
Pull request #2622 was updated. |
|
Pull request #2622 was updated. |
|
Pull request #2622 was updated. |
|
Pull request #2622 was updated. |
|
Pull request #2622 was updated. |
|
@smuzaffar Do I need to modify |
|
Pull request #2622 was updated. |
|
Pull request #2622 was updated. |
I think flagging negative values (i.e. PR decreases the memory usage) would be useful as well. We could start with the same thresholds (10 MB and 80 MB), but maybe use different colors? (two shades of green? blue and green? we will probably end up with a very color blind unfriendly palette though) |
|
If any job's memory usage goes over the "error" threshold of 80 MB, I'd like to have a message in the PR test summary message (i.e. cms-sw/cmsdist#10199 (comment)) telling that at high level, e.g. number of workflow steps (jobs) whose memory usage increased (or whose memory usage decreased). @smuzaffar Would you be ok for now to tag |
No description provided.