Skip to content

Commit 5c93386

Browse files
authored
Merge pull request #35267 from torredil/mem-upgrade-kadane41923
Increase memory request/limit for `pull-aws-ebs-csi-driver-unit`
2 parents 4918869 + c5bc600 commit 5c93386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes-sigs/aws-ebs-csi-driver/aws-ebs-csi-driver-presubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ presubmits:
147147
resources:
148148
requests:
149149
cpu: "2"
150-
memory: "4Gi"
150+
memory: "8Gi"
151151
limits:
152152
cpu: "2"
153-
memory: "4Gi"
153+
memory: "8Gi"
154154
annotations:
155155
testgrid-dashboards: provider-aws-ebs-csi-driver, amazon-ec2-presubmits
156156
testgrid-tab-name: pull-ebs-unit-test

0 commit comments

Comments
 (0)