Skip to content

Commit 571f1e8

Browse files
authored
Merge pull request #31095 from rjsadow/cloud-provider-gcp
migrate `cloud-provider-gcp` jobs to community cluster
2 parents e7aa62a + e6e8f09 commit 571f1e8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ presubmits:
113113
securityContext:
114114
privileged: true
115115
- name: pull-kubernetes-e2e-gce-cos-kubetest2
116+
cluster: k8s-infra-prow-build
116117
# explicitly needs /test pull-kubernetes-e2e-gce to run
117118
always_run: false
118119
# if at all it is run and fails, don't block the PR
@@ -352,6 +353,7 @@ presubmits:
352353
privileged: true
353354

354355
- name: pull-kubernetes-e2e-gce-cos-alpha-features
356+
cluster: k8s-infra-prow-build
355357
optional: true
356358
run_if_changed: '^.*feature.*\.go'
357359
branches:
@@ -396,8 +398,12 @@ presubmits:
396398
- --timeout=180m
397399
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231020-23776ee4a3-master
398400
resources:
401+
limits:
402+
cpu: 4
403+
memory: "14Gi"
399404
requests:
400-
memory: "6Gi"
405+
cpu: 4
406+
memory: "14Gi"
401407
securityContext:
402408
privileged: true
403409
annotations:

0 commit comments

Comments
 (0)