-
Notifications
You must be signed in to change notification settings - Fork 17
DEVPROD-19870: Downsize instances where possible #349
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
DEVPROD-19870: Downsize instances where possible #349
Conversation
@anandsyncs: I don't have write access to this repo, so could you add the skip-changelog label for this PR? Also let me know if anything else needs to be done for this PR. Thank you ! |
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.
Thanks!
Have you've checked the same for e2e_static_om.*_kind_ubi variants?
And have you've considered verifying via multiple patches?
Thanks for calling this out. Downsized
Yes, here are the patches:
|
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.
thanks a lot!
But why not also update
e2e_static_om70_kind_ubi and e2e_static_om80_kind_ubi?
Anyway, please update them as well if patches show the same effect
They are already updated |
evergreen retry |
@anjani-bhat You probably have collaborator access, can you please raise this PR directly from this repo? |
@anandsyncs I don't have permissions to push to |
Ticket: DEVPROD-19870
This PR is for cutting instance sizes to use high memory variants. This should result in ~ 15k savings in a year.
Proof of Work
Here are the successful patches for the variants which were downsized:
e2e_om60_kind_ubi
patch
This results in the variant being 3-4% slower (considering total duration not wall time) on an average.
The longest task went from
47m 58s to 48m 53s, so the wall clock time change would be ~2%. The cost savings would be ~30-32%.
e2e_om70_kind_ubi
patch
This results in the variant being 3-4% slower (considering total duration not wall time) on an average.
The longest task went from
48m 12s to 47m 8s, so the wall clock time shouldn't change by much. The cost savings would be ~32%.
e2e_om80_kind_ubi
patch
This results in the variant being 3-4% slower (considering total duration not wall time) on an average.
The longest task went from
45m 2s to 45m 51s, so the wall clock time should change be 1-2%. The cost savings would be ~30-32%.
Checklist
skip-changelog
label if not needed