Skip to content

Commit 0acf09d

Browse files
committed
update sig-scalability-persubmit-dra-capz.yaml to fix CPU for workload jobs
1 parent 0120cff commit 0acf09d

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)