Skip to content

Commit

Permalink
Merge pull request #21941 from justaugustus/rm-hyperkube
Browse files Browse the repository at this point in the history
Remove deprecated hyperkube image building jobs
  • Loading branch information
k8s-ci-robot authored May 12, 2021
2 parents e7e7af2 + 6caca9e commit 37d80b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 73 deletions.
35 changes: 0 additions & 35 deletions config/jobs/image-pushing/releng/k8s-staging-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
35 changes: 0 additions & 35 deletions config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion label_sync/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ larger set of contributors to apply/remove them.
| <a id="area/conformance" href="#area/conformance">`area/conformance`</a> | Issues or PRs related to kubernetes conformance tests| label | |
| <a id="area/deflake" href="#area/deflake">`area/deflake`</a> | Issues or PRs related to deflaking kubernetes tests| label | |
| <a id="area/e2e-test-framework" href="#area/e2e-test-framework">`area/e2e-test-framework`</a> | Issues or PRs related to refactoring the kubernetes e2e test framework| label | |
| <a id="area/hyperkube" href="#area/hyperkube">`area/hyperkube`</a> | Issues or PRs related to the hyperkube subproject| label | |
| <a id="area/network-policy" href="#area/network-policy">`area/network-policy`</a> | Issues or PRs related to Network Policy subproject| label | |
| <a id="area/release-eng" href="#area/release-eng">`area/release-eng`</a> | Issues or PRs related to the Release Engineering subproject <br><br> This was previously `area/release-infra`, | label | |
| <a id="deprecated/hyperkube" href="#deprecated/hyperkube">`deprecated/hyperkube`</a> | Issues or PRs related to the hyperkube subproject <br><br> This was previously `area/hyperkube`, | label | |

## Labels that apply to kubernetes/kubernetes, only for issues

Expand Down
6 changes: 4 additions & 2 deletions label_sync/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -997,11 +997,13 @@ repos:
name: area/e2e-test-framework
target: both
addedBy: label
- color: 0052cc
- color: e11d21
description: Issues or PRs related to the hyperkube subproject
name: area/hyperkube
name: deprecated/hyperkube
target: both
addedBy: label
previously:
- name: area/hyperkube
- color: 0052cc
description: Issues or PRs related to Network Policy subproject
name: area/network-policy
Expand Down

0 comments on commit 37d80b4

Please sign in to comment.