Skip to content

Commit a141325

Browse files
authored
Merge pull request #35274 from mtulio/ccm-aws-presubmit-limit
job/presubmit/ccm-aws: bump mem and cpu limit to prevent OOMKill
2 parents fe583b1 + 54e08a1 commit a141325

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/jobs/kubernetes/cloud-provider-aws/cloud-provider-aws-presubmit.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ presubmits:
33
- name: pull-cloud-provider-aws-e2e
44
cluster: eks-prow-build-cluster
55
decorate: true
6+
decoration_config:
7+
timeout: 4h
68
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(LICENSE|OWNERS)$"
79
skip_branches:
810
- gh-pages
@@ -17,10 +19,10 @@ presubmits:
1719
resources:
1820
limits:
1921
cpu: 2
20-
memory: 4Gi
22+
memory: 6Gi
2123
requests:
2224
cpu: 2
23-
memory: 4Gi
25+
memory: 6Gi
2426
command:
2527
- runner.sh
2628
args:

0 commit comments

Comments
 (0)