Skip to content

Commit 622acd2

Browse files
authored
Merge pull request #35832 from adrianmoisey/more-vpa-actuation-workers
Increase worker count for VPA actuation jobs
2 parents 4cd78ff + ae893ca commit 622acd2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

config/jobs/kubernetes/sig-autoscaling/sig-autoscaling-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ periodics:
4141
requests:
4242
cpu: 2
4343
memory: 6Gi
44+
env:
45+
- name: NUMPROC
46+
value: "8"
4447

4548
annotations:
4649
testgrid-dashboards: sig-autoscaling-vpa

config/jobs/kubernetes/sig-autoscaling/sig-autoscaling-presubmits.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ presubmits:
281281
cpu: 2
282282
memory: 6Gi
283283
env:
284+
- name: NUMPROC
285+
value: "8"
284286
- name: FEATURE_GATES
285287
value: "InPlaceOrRecreate=true"
286288
- name: pull-autoscaling-e2e-vpa-admission-controller

0 commit comments

Comments
 (0)