-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21941 from justaugustus/rm-hyperkube
Remove deprecated hyperkube image building jobs
- Loading branch information
Showing
4 changed files
with
5 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,41 +29,6 @@ postsubmits: | |
rerun_auth_config: | ||
github_team_ids: | ||
- 2241179 # release-managers | ||
# TODO(releng): While hyperkube is deprecated in 1.19, we still need to | ||
# maintain its base image to support publishing it for the | ||
# 1.18, 1.17, and 1.16 releases. | ||
# DO NOT REMOVE THIS UNTIL AFTER KUBERNETES 1.21 IS RELEASED | ||
# AND YOU'VE CONFIRMED WITH RELEASE MANAGERS THAT IT'S OKAY | ||
# TO DO SO. | ||
- name: post-release-push-image-debian-hyperkube-base | ||
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
testgrid-dashboards: sig-release-releng-informing, sig-release-master-informing, sig-release-image-pushes | ||
testgrid-alert-email: [email protected] | ||
decorate: true | ||
run_if_changed: '^images\/build\/debian-hyperkube-base\/' | ||
branches: | ||
- ^master$ | ||
spec: | ||
serviceAccountName: gcb-builder | ||
containers: | ||
- image: gcr.io/k8s-testimages/image-builder:v20210302-aa40187 | ||
command: | ||
- /run.sh | ||
args: | ||
- --project=k8s-staging-build-image | ||
- --scratch-bucket=gs://k8s-staging-build-image-gcb | ||
- --env-passthrough=REGISTRY | ||
- --build-dir=. | ||
- images/build/debian-hyperkube-base | ||
env: | ||
- name: LOG_TO_STDOUT | ||
value: "y" | ||
- name: REGISTRY | ||
value: "gcr.io/k8s-staging-build-image" | ||
rerun_auth_config: | ||
github_team_ids: | ||
- 2241179 # release-managers | ||
- name: post-release-push-image-debian-iptables | ||
cluster: k8s-infra-prow-build-trusted | ||
annotations: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -193,41 +193,6 @@ presubmits: | |
testgrid-num-failures-to-alert: '10' | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-columns-recent: '30' | ||
- name: pull-release-image-debian-hyperkube-base | ||
cluster: k8s-infra-prow-build | ||
decorate: true | ||
run_if_changed: '^images\/build\/debian-hyperkube-base\/' | ||
path_alias: k8s.io/release | ||
spec: | ||
serviceAccountName: gcb-builder-releng-test | ||
containers: | ||
- image: gcr.io/k8s-testimages/image-builder:v20210302-aa40187 | ||
command: | ||
- /run.sh | ||
args: | ||
- --project=k8s-staging-releng-test | ||
- --scratch-bucket=gs://k8s-staging-releng-test | ||
- --build-dir=. | ||
- --env-passthrough=REGISTRY | ||
- images/build/debian-hyperkube-base | ||
env: | ||
- name: LOG_TO_STDOUT | ||
value: "y" | ||
- name: REGISTRY | ||
value: "gcr.io/k8s-staging-releng-test" | ||
resources: | ||
requests: | ||
cpu: 1000m | ||
memory: 1Gi | ||
limits: | ||
cpu: 1000m | ||
memory: 1Gi | ||
annotations: | ||
testgrid-dashboards: sig-release-releng-presubmits | ||
testgrid-tab-name: release-image-debian-hyperkube-base | ||
testgrid-num-failures-to-alert: '10' | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-columns-recent: '30' | ||
- name: pull-release-image-debian-iptables | ||
cluster: k8s-infra-prow-build | ||
decorate: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters