Skip to content

Commit

Permalink
migrate release-blocking prowjobs to the community-owned build cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Rayan Das <rayandas91@gmail.com>
  • Loading branch information
rayandas committed Oct 18, 2021
1 parent 8345608 commit 66258d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ periodics:
testgrid-alert-email: sig-cluster-lifecycle-cluster-api-alerts@kubernetes.io
testgrid-num-failures-to-alert: "2"
- name: periodic-cluster-api-provider-aws-e2e-conformance-with-k8s-ci-artifacts
cluster: k8s-infra-prow-build
max_concurrency: 1
labels:
preset-dind-enabled: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
periodics:

- name: ci-kubernetes-e2e-kubeadm-kinder-latest-on-1-22
cluster: k8s-infra-prow-build
interval: 2h
decorate: true
labels:
Expand Down
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
1 change: 1 addition & 0 deletions config/jobs/kubernetes/sig-node/node-kubelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ periodics:
testgrid-tab-name: node-kubelet-serial

- name: ci-kubernetes-node-kubelet-serial-containerd
cluster: k8s-infra-prow-build
interval: 4h
labels:
preset-service-account: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ periodics:
# This is a sig-release-master-blocking job.
- cron: '1 12 * * *' # Run daily at 4:01PST (12:01 UTC)
name: ci-kubernetes-e2e-gce-scale-correctness
cluster: scalability
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand Down

0 comments on commit 66258d4

Please sign in to comment.