Skip to content

Commit

Permalink
releng: make all image builds job required to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 13, 2021
1 parent 7742876 commit 007b2ff
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ presubmits:
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
- name: pull-release-image-kube-cross
optional: true
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: '^images\/build\/cross\/'
Expand Down Expand Up @@ -125,7 +124,6 @@ presubmits:
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
- name: pull-release-image-go-runner
optional: true
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: '^images\/build\/go-runner\/'
Expand Down Expand Up @@ -161,7 +159,6 @@ presubmits:
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
- name: pull-release-image-debian-base
optional: true
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: '^images\/build\/debian-base\/'
Expand Down Expand Up @@ -197,7 +194,6 @@ presubmits:
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
- name: pull-release-image-debian-hyperkube-base
optional: true
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: '^images\/build\/debian-hyperkube-base\/'
Expand Down Expand Up @@ -233,7 +229,6 @@ presubmits:
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
- name: pull-release-image-debian-iptables
optional: true
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: '^images\/build\/debian-iptables\/'
Expand Down Expand Up @@ -269,7 +264,6 @@ presubmits:
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
- name: pull-release-image-setcap
optional: true
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: '^images\/build\/setcap\/'
Expand Down Expand Up @@ -305,7 +299,6 @@ presubmits:
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
- name: pull-release-image-k8s-cloud-builder
optional: true
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: '^images\/k8s-cloud-builder\/'
Expand Down Expand Up @@ -341,7 +334,6 @@ presubmits:
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
- name: pull-release-image-k8s-ci-builder
optional: true
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: '^images\/releng\/k8s-ci-builder\/'
Expand Down Expand Up @@ -377,7 +369,6 @@ presubmits:
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
- name: pull-release-image-releng-ci
optional: false
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: '^images\/releng\/ci\/'
Expand Down Expand Up @@ -413,7 +404,6 @@ presubmits:
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
- name: pull-release-image-kubepkg
optional: false
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: 'cloudbuild-kubepkg.yaml|Dockerfile-kubepkg*'
Expand Down

0 comments on commit 007b2ff

Please sign in to comment.