We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe583b1 + 54e08a1 commit a141325Copy full SHA for a141325
config/jobs/kubernetes/cloud-provider-aws/cloud-provider-aws-presubmit.yaml
@@ -3,6 +3,8 @@ presubmits:
3
- name: pull-cloud-provider-aws-e2e
4
cluster: eks-prow-build-cluster
5
decorate: true
6
+ decoration_config:
7
+ timeout: 4h
8
skip_if_only_changed: "^docs/|^\\.github/|\\.(md)$|^(LICENSE|OWNERS)$"
9
skip_branches:
10
- gh-pages
@@ -17,10 +19,10 @@ presubmits:
17
19
resources:
18
20
limits:
21
cpu: 2
- memory: 4Gi
22
+ memory: 6Gi
23
requests:
24
25
26
command:
27
- runner.sh
28
args:
0 commit comments