Skip to content

Commit

Permalink
4.18: Cleanup of artifacts
Browse files Browse the repository at this point in the history
Cleaning up not needed bits:
- remove nodejs from streams.yml. This is rhel9 now.
- remove rhel8 base and openshift-enterprise-base image. Nothing
  consumes from this
- disable go1.21 builds. This was already previous in 4.16, no need to
  carry this on to 4.19
- keep the ci-buildroot images on rhel8. This is probably used in
  CI.
  • Loading branch information
joepvd committed Oct 28, 2024
1 parent 05c2c77 commit 82c9991
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 288 deletions.
2 changes: 1 addition & 1 deletion group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ vars:
# - rhel-9-golang-{GO_LATEST}
# image: openshift/golang-builder:v1.21.3-202401221732.el9.g00c615b
GO_LATEST: "1.22"
GO_PREVIOUS: "1.21"
GO_PREVIOUS: "1.22" # There is no previous, duplicate to latest
GO_EXTRA: "1.22" # There is no extra version at this time, so just duplicate latest.


Expand Down
56 changes: 0 additions & 56 deletions images/ci-openshift-base.rhel8.yml

This file was deleted.

59 changes: 0 additions & 59 deletions images/ci-openshift-build-root-extra.rhel9.disabled

This file was deleted.

59 changes: 0 additions & 59 deletions images/ci-openshift-golang-builder-extra.rhel9.disabled

This file was deleted.

41 changes: 0 additions & 41 deletions images/openshift-base-rhel8.yml

This file was deleted.

67 changes: 0 additions & 67 deletions images/openshift-enterprise-base.yml

This file was deleted.

5 changes: 0 additions & 5 deletions streams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,6 @@ rhel9:
upstream_image: registry.ci.openshift.org/ocp/builder:rhel-9-openshift-{MAJOR}.{MINOR}.art
mirror: true

nodejs:
image: ubi8/nodejs-18:1-71.1697671458
upstream_image: registry.ci.openshift.org/ocp/builder:rhel-8-openshift-nodejs-base-{MAJOR}.{MINOR}.art
mirror: true

nodejs-rhel9:
image: registry-proxy.engineering.redhat.com/rh-osbs/ubi9-nodejs-18:1-98
upstream_image: registry.ci.openshift.org/ocp/builder:rhel-9-openshift-nodejs-base-{MAJOR}.{MINOR}.art
Expand Down

0 comments on commit 82c9991

Please sign in to comment.