Skip to content

Commit ea663c9

Browse files
committed
to reduce hanging of cluster-api-provider-aws-build-docker test
1 parent b153739 commit ea663c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/jobs/kubernetes-sigs/cluster-api-provider-aws/cluster-api-provider-aws-presubmits.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ presubmits:
9090
- ./scripts/ci-docker-build.sh
9191
resources:
9292
requests:
93-
cpu: "4"
94-
memory: "8Gi"
93+
cpu: "6"
94+
memory: "12Gi"
9595
limits:
96-
cpu: "4"
97-
memory: "8Gi"
96+
cpu: "6"
97+
memory: "12Gi"
9898
# docker-in-docker needs privileged mode
9999
securityContext:
100100
privileged: true

0 commit comments

Comments
 (0)