Skip to content

Commit

Permalink
Merge pull request #5762 from joepvd/solidify-golang-repos
Browse files Browse the repository at this point in the history
Solidify repositories for rhel9 golang builder
  • Loading branch information
openshift-merge-bot[bot] authored Dec 5, 2024
2 parents 971a316 + 2523f6f commit 6c23478
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 25 deletions.
40 changes: 16 additions & 24 deletions group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
conf:
extra_options:
module_hotfixes: 1
includepkgs: module-build-macros golang*
includepkgs: module-build-macros golang* goversioninfo
baseurl:
aarch64: https://download-node-02.eng.bos.redhat.com/brewroot/repos/rhaos-{MAJOR}.{MINOR}-rhel-9-build/latest/aarch64/
ppc64le: https://download-node-02.eng.bos.redhat.com/brewroot/repos/rhaos-{MAJOR}.{MINOR}-rhel-9-build/latest/ppc64le/
Expand All @@ -50,29 +50,6 @@ repos:
s390x: rhocp-{MAJOR}.{MINOR}-for-rhel-9-s390x-rpms
optional: true

rhel-9-server-ose-build-rpms:
conf:
extra_options:
module_hotfixes: 1
# this repo is for our own buildroot, which also inherits a complete RHEL 9 build env;
# restrict to specific necessary content, because RHEL 9 build dev content may include
# pending unreleased content that can cause conflicts for later CI installs lacking access
# to that content.
includepkgs: goversioninfo gpgme-devel libassuan-devel mingw* golang*
baseurl:
aarch64: https://download-node-02.eng.bos.redhat.com/brewroot/repos/rhaos-{MAJOR}.{MINOR}-rhel-9-build/latest/aarch64/
ppc64le: https://download-node-02.eng.bos.redhat.com/brewroot/repos/rhaos-{MAJOR}.{MINOR}-rhel-9-build/latest/ppc64le/
s390x: https://download-node-02.eng.bos.redhat.com/brewroot/repos/rhaos-{MAJOR}.{MINOR}-rhel-9-build/latest/s390x/
x86_64: https://download-node-02.eng.bos.redhat.com/brewroot/repos/rhaos-{MAJOR}.{MINOR}-rhel-9-build/latest/x86_64/

# These content sets are not used, so just putting something here
content_set:
default: rhocp-{MAJOR}.{MINOR}-for-rhel-9-x86_64-rpms
aarch64: rhocp-{MAJOR}.{MINOR}-for-rhel-9-aarch64-rpms
ppc64le: rhocp-{MAJOR}.{MINOR}-for-rhel-9-ppc64le-rpms
s390x: rhocp-{MAJOR}.{MINOR}-for-rhel-9-s390x-rpms
optional: true

rhel-9-baseos-rpms:
conf:
baseurl:
Expand Down Expand Up @@ -102,3 +79,18 @@ repos:
s390x: rhel-9-for-s390x-appstream-eus-rpms__9_DOT_4
reposync:
enabled: false

rhel-9-codeready-builder-rpms:
conf:
baseurl:
aarch64: https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.4/aarch64/codeready-builder/os/
ppc64le: https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.4/ppc64le/codeready-builder/os/
s390x: https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.4/s390x/codeready-builder/os/
x86_64: https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.4/x86_64/codeready-builder/os/
content_set:
default: codeready-builder-for-rhel-9-x86_64-eus-rpms__9_DOT_4
aarch64: codeready-builder-for-rhel-9-aarch64-eus-rpms__9_DOT_4
ppc64le: codeready-builder-for-rhel-9-ppc64le-eus-rpms__9_DOT_4
s390x: codeready-builder-for-rhel-9-s390x-eus-rpms__9_DOT_4
reposync:
enabled: false
2 changes: 1 addition & 1 deletion images/openshift-golang-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ content:
path: go_wrapper.sh
overwriting: true
enabled_repos:
- rhel-9-server-ose-build-rpms
- rhel-9-baseos-rpms
- rhel-9-golang-rpms
# for clang
- rhel-9-appstream-rpms
- rhel-9-codeready-builder-rpms

from:
stream: rhel9
Expand Down

0 comments on commit 6c23478

Please sign in to comment.