Skip to content

migrate cloud-provider-gcp jobs to community cluster #31095

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ presubmits:
securityContext:
privileged: true
- name: pull-kubernetes-e2e-gce-cos-kubetest2
cluster: k8s-infra-prow-build
# explicitly needs /test pull-kubernetes-e2e-gce to run
always_run: false
# if at all it is run and fails, don't block the PR
Expand Down Expand Up @@ -352,6 +353,7 @@ presubmits:
privileged: true

- name: pull-kubernetes-e2e-gce-cos-alpha-features
cluster: k8s-infra-prow-build
optional: true
run_if_changed: '^.*feature.*\.go'
branches:
Expand Down Expand Up @@ -396,8 +398,12 @@ presubmits:
- --timeout=180m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231015-d38ebb23ab-master
resources:
limits:
cpu: 4
memory: "14Gi"
requests:
memory: "6Gi"
cpu: 4
memory: "14Gi"
securityContext:
privileged: true
annotations:
Expand Down