Skip to content

Commit

Permalink
jobs: migrate pull-kubernetes-e2e-containerd-gce to community cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipanpanda committed Feb 6, 2024
1 parent 53766c8 commit 8e17354
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
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
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

0 comments on commit 8e17354

Please sign in to comment.