Skip to content

Commit

Permalink
Merge pull request #27271 from ameukam/move-kubeadm-jobs-k8s-infra
Browse files Browse the repository at this point in the history
move kubeadm jobs to k8s-infra
  • Loading branch information
k8s-ci-robot authored Aug 26, 2022
2 parents f7d59ef + ffcf9aa commit 7486a8d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
periodics:

- name: ci-kubernetes-e2e-kubeadm-kinder-dryrun-latest
cluster: k8s-infra-prow-build
interval: 2h
decorate: true
labels:
Expand Down Expand Up @@ -37,6 +38,9 @@ periodics:
securityContext:
privileged: true
resources:
requests:
limits:
cpu: 2000m
memory: "9000Mi"
requests:
cpu: 2000m
memory: "9000Mi"
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
periodics:

- name: ci-kubernetes-e2e-kubeadm-kinder-rootless-latest
cluster: k8s-infra-prow-build
interval: 2h
decorate: true
labels:
Expand Down Expand Up @@ -37,6 +38,9 @@ periodics:
securityContext:
privileged: true
resources:
requests:
limits:
cpu: 2000m
memory: "9000Mi"
requests:
cpu: 2000m
memory: "9000Mi"
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
periodics:

- name: ci-kubernetes-e2e-kubeadm-kinder-latest
cluster: k8s-infra-prow-build
interval: 2h
decorate: true
labels:
Expand Down Expand Up @@ -37,9 +38,12 @@ periodics:
securityContext:
privileged: true
resources:
requests:
limits:
cpu: 2000m
memory: "9000Mi"
requests:
cpu: 2000m
memory: "9000Mi"

- name: ci-kubernetes-e2e-kubeadm-kinder-1-25
interval: 12h
Expand Down

0 comments on commit 7486a8d

Please sign in to comment.