Skip to content
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

jobs: migrate pull-kubernetes-e2e-containerd-gce to community cluster #31857

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions config/jobs/kubernetes/sig-node/sig-node-presubmit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes/kubernetes:
- name: pull-kubernetes-e2e-containerd-gce
cluster: k8s-infra-prow-build
always_run: false
optional: true
decorate: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@ presubmits:
preset-pull-kubernetes-e2e-gce: "true"
preset-service-account: "true"
name: pull-kubernetes-e2e-containerd-gce
cluster: k8s-infra-prow-build
optional: true
decorate: true
decoration_config:
Expand Down Expand Up @@ -1017,8 +1018,12 @@ presubmits:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.26
name: ""
resources:
limits:
cpu: "4"
memory: "6Gi"
requests:
memory: 6Gi
cpu: "4"
memory: "6Gi"
securityContext:
privileged: true
- always_run: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,7 @@ presubmits:
preset-pull-kubernetes-e2e-gce: "true"
preset-service-account: "true"
name: pull-kubernetes-e2e-containerd-gce
cluster: k8s-infra-prow-build
optional: true
decorate: true
decoration_config:
Expand Down Expand Up @@ -973,7 +974,11 @@ presubmits:
name: ""
resources:
requests:
memory: 6Gi
cpu: 4
memory: "6Gi"
limits:
cpu: 4
memory: "6Gi"
securityContext:
privileged: true
- always_run: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ presubmits:
preset-pull-kubernetes-e2e-gce: "true"
preset-service-account: "true"
name: pull-kubernetes-e2e-containerd-gce
cluster: k8s-infra-prow-build
optional: true
decorate: true
decoration_config:
Expand Down Expand Up @@ -970,7 +971,11 @@ presubmits:
name: ""
resources:
requests:
memory: 6Gi
cpu: 4
memory: "6Gi"
limits:
cpu: 4
memory: "6Gi"
securityContext:
privileged: true
- always_run: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,7 @@ presubmits:
preset-pull-kubernetes-e2e-gce: "true"
preset-service-account: "true"
name: pull-kubernetes-e2e-containerd-gce
cluster: k8s-infra-prow-build
optional: true
path_alias: k8s.io/kubernetes
spec:
Expand Down