Skip to content

Commit

Permalink
Point ci build root images to multi
Browse files Browse the repository at this point in the history
  • Loading branch information
joepvd committed Nov 11, 2024
1 parent b913879 commit f71472b
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 257 deletions.
77 changes: 0 additions & 77 deletions ci_transforms/rhel-8/ci-build-root/Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions ci_transforms/rhel-8/ci-build-root/OWNERS

This file was deleted.

24 changes: 0 additions & 24 deletions ci_transforms/rhel-8/golang/Dockerfile

This file was deleted.

76 changes: 0 additions & 76 deletions ci_transforms/rhel-9/ci-build-root/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions ci_transforms/rhel-9/golang/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion images/ci-openshift-build-root-latest.rhel8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ content:
enabled: false
mirror: true
mirror_manifest_list: true
upstream_image: registry.ci.openshift.org/ocp/builder:rhel-8-golang-{GO_LATEST}-ci-build-root-multi-openshift-{MAJOR}.{MINOR}
upstream_image: registry.ci.openshift.org/openshift/release:rhel-8-release-golang-{GO_LATEST}-openshift-{MAJOR}.{MINOR}
from:
member: ci-openshift-golang-builder-latest.rhel8
labels:
Expand Down
2 changes: 1 addition & 1 deletion images/ci-openshift-build-root-latest.rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ content:
enabled: false
mirror: true
mirror_manifest_list: true
upstream_image: registry.ci.openshift.org/ocp/builder:rhel-9-golang-{GO_LATEST}-ci-build-root-multi-openshift-{MAJOR}.{MINOR}
upstream_image: registry.ci.openshift.org/openshift/release:rhel-9-release-golang-{GO_LATEST}-openshift-{MAJOR}.{MINOR}
from:
member: ci-openshift-golang-builder-latest.rhel9
labels:
Expand Down
2 changes: 1 addition & 1 deletion images/ci-openshift-build-root-previous.rhel8.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ content:
enabled: false
mirror: true
mirror_manifest_list: true
upstream_image: registry.ci.openshift.org/ocp/builder:rhel-8-golang-{GO_PREVIOUS}-ci-build-root-multi-openshift-{MAJOR}.{MINOR}
upstream_image: registry.ci.openshift.org/openshift/release:rhel-8-release-golang-{GO_PREVIOUS}-openshift-{MAJOR}.{MINOR}
from:
member: ci-openshift-golang-builder-previous.rhel8
labels:
Expand Down
2 changes: 1 addition & 1 deletion images/ci-openshift-build-root-previous.rhel9.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ content:
enabled: false
mirror: true
mirror_manifest_list: true
upstream_image: registry.ci.openshift.org/ocp/builder:rhel-9-golang-{GO_PREVIOUS}-ci-build-root-multi-openshift-{MAJOR}.{MINOR}
upstream_image: registry.ci.openshift.org/openshift/release:rhel-9-release-golang-{GO_PREVIOUS}-openshift-{MAJOR}.{MINOR}
from:
member: ci-openshift-golang-builder-previous.rhel9
labels:
Expand Down
38 changes: 0 additions & 38 deletions streams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,44 +57,6 @@ partner-rhel-9-golang-1.22:
upstream_image_mirror:
- quay.io/openshift-release-dev/golang-builder--ibm-share:rhel-9-golang-1.22-openshift-{MAJOR}.{MINOR}

# This image is not used by ART. It is an artifact required in upstream CI to build unit tests.
# Our transform is designed to create a buildconfig atop a specific golang version, layering on
# packages that upstream has traditionally had present in its build_roots.
rhel-8-golang-1.21-ci-build-root:
mirror: false
image: not_applicable
upstream_image_base: registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-{MAJOR}.{MINOR}
transform: rhel-8/ci-build-root
upstream_image: registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.21-openshift-{MAJOR}.{MINOR}

# This image is not used by ART. It is an artifact required in upstream CI to build unit tests.
# Our transform is designed to create a buildconfig atop a specific golang version, layering on
# packages that upstream has traditionally had present in its build_roots.
rhel-8-golang-ci-build-root:
image: not_applicable
upstream_image_base: registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22-openshift-{MAJOR}.{MINOR}
transform: rhel-8/ci-build-root
upstream_image: registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.22-openshift-{MAJOR}.{MINOR}

# This image is not used by ART. It is an artifact required in upstream CI to build unit tests.
# Our transform is designed to create a buildconfig atop a specific golang version, layering on
# packages that upstream has traditionally had present in its build_roots.
rhel-9-golang-ci-build-root:
image: not_applicable
upstream_image_base: registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-{MAJOR}.{MINOR}
transform: rhel-9/ci-build-root
upstream_image: registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-{MAJOR}.{MINOR}

# This image is not used by ART. It is an artifact required in upstream CI to build unit tests.
# Our transform is designed to create a buildconfig atop a specific golang version, layering on
# packages that upstream has traditionally had present in its build_roots.
rhel-9-golang-1.21-ci-build-root:
mirror: false
image: not_applicable
upstream_image_base: registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-{MAJOR}.{MINOR}
transform: rhel-9/ci-build-root
upstream_image: registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.21-openshift-{MAJOR}.{MINOR}

rhel8:
# the most recent release at present. since we yum update this, it does not need to float.
# it is important that we not build from unreleased builds and publish them.
Expand Down

0 comments on commit f71472b

Please sign in to comment.