Skip to content
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

test: Add scale test for nodepools with minValues in requirement. #5896

Merged
merged 10 commits into from
Mar 31, 2024

Conversation

nikmohan123
Copy link
Contributor

Description
This PR adds the scale test for nodepools with minValues in the requirement. This is necessary since minValues adds more computation to the scheduler(to enforce the scheduler to consider the minimum requirements to create the NodeClaim) and hence evaluates if the nodes/pods can be scaled as expected.

How was this change tested?
make presubmit
Ran the test manually several times to check for any flakiness due to minValues being added. The reason for flakiness could be attributed to fewer number of instances available to meet the minimum requirements.

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@nikmohan123 nikmohan123 requested a review from a team as a code owner March 18, 2024 16:15
@nikmohan123 nikmohan123 requested a review from ljosyula March 18, 2024 16:15
Copy link

netlify bot commented Mar 18, 2024

Deploy Preview for karpenter-docs-prod canceled.

Name Link
🔨 Latest commit ec23e3f
🔍 Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/6607469e64659f0008cee66b

@coveralls
Copy link

coveralls commented Mar 18, 2024

Pull Request Test Coverage Report for Build 8486345115

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 82.316%

Totals Coverage Status
Change from base Build 8486259262: 0.02%
Covered Lines: 5353
Relevant Lines: 6503

💛 - Coveralls

Copy link
Contributor

@engedaam engedaam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@engedaam engedaam merged commit 6aa1f66 into aws:main Mar 31, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants