kubernetes-sigs / karpenter

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

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

Open njtran opened 6 months ago

njtran commented 6 months 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 6 months ago

/triage accepted

Anurag252 commented 5 months 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 5 months ago

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