File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
config/jobs/kubernetes/sig-cloud-provider/gcp Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ presubmits:
113
113
securityContext :
114
114
privileged : true
115
115
- name : pull-kubernetes-e2e-gce-cos-kubetest2
116
+ cluster : k8s-infra-prow-build
116
117
# explicitly needs /test pull-kubernetes-e2e-gce to run
117
118
always_run : false
118
119
# if at all it is run and fails, don't block the PR
@@ -352,6 +353,7 @@ presubmits:
352
353
privileged : true
353
354
354
355
- name : pull-kubernetes-e2e-gce-cos-alpha-features
356
+ cluster : k8s-infra-prow-build
355
357
optional : true
356
358
run_if_changed : ' ^.*feature.*\.go'
357
359
branches :
@@ -396,8 +398,12 @@ presubmits:
396
398
- --timeout=180m
397
399
image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231020-23776ee4a3-master
398
400
resources :
401
+ limits :
402
+ cpu : 4
403
+ memory : " 14Gi"
399
404
requests :
400
- memory : " 6Gi"
405
+ cpu : 4
406
+ memory : " 14Gi"
401
407
securityContext :
402
408
privileged : true
403
409
annotations :
You can’t perform that action at this time.
0 commit comments