kubernetes-sigs / karpenter

Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
Apache License 2.0
434 stars 148 forks source link

test: run scale tests and automated e2e testing in KwoK #1250

Open njtran opened 1 month ago

njtran commented 1 month ago

Description

What problem are you trying to solve? Should run tests as part of presubmit and on workflow dispatch, and eventually emit metrics onto PRs so that we can see how performance/profiling changes.

How important is this feature to you? Very important to me as a maintainer to be able to have automated tests for PRs cut by the community.

jonathan-innis commented 1 month ago

/triage accepted

Anurag252 commented 1 month ago

I can take a look at this. I believe e2e tests are being added as a part of https://github.com/kubernetes-sigs/karpenter/pull/1279 . I could not locate scale tests at my first look at Makefile. I may need to look deeper.

njtran commented 1 month ago

Hey @Anurag252 , i'm currently working on this. Let me know in karpenter-dev how you wanted to help