Skip to content

Commit 726e8d2

Browse files
authored
Merge pull request #35380 from hakman/kops-upgrade
kOps: Increase terraform test timeout and resources
2 parents ef32032 + 85bc0f4 commit 726e8d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/jobs/kubernetes/kops/kops-presubmits.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ presubmits:
420420
preset-dind-enabled: "true"
421421
decorate: true
422422
decoration_config:
423-
timeout: 20m
423+
timeout: 30m
424424
path_alias: k8s.io/kops
425425
spec:
426426
containers:
@@ -432,11 +432,11 @@ presubmits:
432432
- "verify-terraform"
433433
resources:
434434
requests:
435-
memory: "2Gi"
436-
cpu: 2
435+
memory: "4Gi"
436+
cpu: 4
437437
limits:
438-
memory: "2Gi"
439-
cpu: 2
438+
memory: "4Gi"
439+
cpu: 4
440440
# docker-in-docker needs privileged mode
441441
securityContext:
442442
privileged: true

0 commit comments

Comments
 (0)