Skip to content

Commit 78423fd

Browse files
authored
Merge pull request #35224 from alaypatel07/cl2-aks-1000-node-CPU-fix
update sig-scalability-persubmit-dra-capz.yaml to fix CPU for workload jobs
2 parents 0120cff + 0acf09d commit 78423fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/jobs/kubernetes/sig-scalability/DRA/sig-scalability-presubmit-dra-capz.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ presubmits:
9292
value: "true"
9393
- name: CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD
9494
value: "99.99"
95+
- name: CL2_NODE_AVAILABLE_MILLICORES
96+
value: "2000"
97+
- name: CL2_SYSTEM_USED_MILLICORES
98+
value: "1200" # this allows each workload pod to run with 100m
99+
-
95100
- name: PROMETHEUS_SCRAPE_KUBELETS
96101
value: "true"
97102
resources:

0 commit comments

Comments
 (0)