-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add job to run ClusterLoader2 load test on 100 node CAPZ cluster #33423
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Jont828 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ccea521
to
ec15cb2
Compare
config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-azure.yaml
Show resolved
Hide resolved
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.
checking the K8s version.
- name: TEST_WINDOWS | ||
value: "false" | ||
- name: KUBERNETES_VERSION | ||
value: "v1.25.3" |
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.
@Jont828 will we run the test with K8s 1.25.3 ??
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.
Currently on the perf-dash, they have tests for 1.28, 1.29, 1.30, 1.31, and master/main. I'll see if we can run this off of the master branch.
This adds a job to provision a CAPZ self managed cluster with 100 nodes to run the CL2 load test. This is provisioned on community infra, and does not use AKS (the Azure provider for CL2 is just named that
--aks
and not--azure
).