-
Notifications
You must be signed in to change notification settings - Fork 443
Add custom-builds-load-dra template #5650
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
/assign @willie-yao @Jont828 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5650 +/- ##
=======================================
Coverage 53.26% 53.26%
=======================================
Files 272 272
Lines 29529 29529
=======================================
Hits 15730 15730
Misses 12984 12984
Partials 815 815 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Are the addition of windows mp templates intentional? Just making sure since it wasn't mentioned in the issue description.
LGTM label has been added. Git tree hash: a25919e3a81bbfcd11467bcb2cf9e856319183e8
|
I forgot to mention that, but yes that was intentional. Reason being
|
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.
/approve
I'll go ahead and approve this since it looks like Jonathan is oof and I want to unblock this test. Thanks Jon!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: willie-yao The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR adds a new test cluster template for custom-builds + load + DRA in order to A/B compare with and without DRA in scale tests.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
This shows the changes we've made to an existing template already to enable DRA:
Diff between custom-builds-machine-pool -> custom-builds-dra
git diff --no-index templates/test/dev/cluster-template-custom-builds-machine-pool.yaml templates/test/dev/cluster-template-custom-builds-dra.yaml
This shows the new changes to the custom-builds-load template which should roughly match the above diff:
Diff between custom-builds-load -> custom-builds-load-dra
git diff --no-index templates/test/dev/cluster-template-custom-builds-load.yaml templates/test/dev/cluster-template-custom-builds-load-dra.yaml
TODOs:
Release note: