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 ef32032 + 85bc0f4 commit 726e8d2Copy full SHA for 726e8d2
config/jobs/kubernetes/kops/kops-presubmits.yaml
@@ -420,7 +420,7 @@ presubmits:
420
preset-dind-enabled: "true"
421
decorate: true
422
decoration_config:
423
- timeout: 20m
+ timeout: 30m
424
path_alias: k8s.io/kops
425
spec:
426
containers:
@@ -432,11 +432,11 @@ presubmits:
432
- "verify-terraform"
433
resources:
434
requests:
435
- memory: "2Gi"
436
- cpu: 2
+ memory: "4Gi"
+ cpu: 4
437
limits:
438
439
440
# docker-in-docker needs privileged mode
441
securityContext:
442
privileged: true
0 commit comments