Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,28 @@ repos:
reposync:
enabled: false

rhel-96-baseos-rpms:
conf:
extra_options:
module_hotfixes: 1
baseurl:
aarch64: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/aarch64/baseos/os/"
ppc64le: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/ppc64le/baseos/os/"
s390x: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/s390x/baseos/os/"
x86_64: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/x86_64/baseos/os/"
ci_alignment:
profiles:
- el9
localdev:
enabled: true
content_set:
default: rhel-9-for-x86_64-baseos-eus-rpms__9_DOT_6
aarch64: rhel-9-for-aarch64-baseos-eus-rpms__9_DOT_6
ppc64le: rhel-9-for-ppc64le-baseos-eus-rpms__9_DOT_6
s390x: rhel-9-for-s390x-baseos-eus-rpms__9_DOT_6
reposync:
enabled: false

rhel-9-appstream-rpms:
conf:
extra_options:
Expand All @@ -382,6 +404,28 @@ repos:
reposync:
enabled: false

rhel-96-appstream-rpms:
conf:
extra_options:
module_hotfixes: 1
baseurl:
aarch64: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/aarch64/appstream/os/"
ppc64le: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/ppc64le/appstream/os/"
s390x: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/s390x/appstream/os/"
x86_64: "https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.6/x86_64/appstream/os/"
ci_alignment:
profiles:
- el9
localdev:
enabled: true
content_set:
default: rhel-9-for-x86_64-appstream-eus-rpms__9_DOT_6
aarch64: rhel-9-for-aarch64-appstream-eus-rpms__9_DOT_6
ppc64le: rhel-9-for-ppc64le-appstream-eus-rpms__9_DOT_6
s390x: rhel-9-for-s390x-appstream-eus-rpms__9_DOT_6
reposync:
enabled: false

rhel-9-server-ose-rpms-embargoed:
conf:
extra_options:
Expand Down
8 changes: 4 additions & 4 deletions images/microshift-bootc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ content:
modifications:
- action: replace
match: "ARG BASE_IMAGE_URL"
replacement: "ARG BASE_IMAGE_URL='registry.redhat.io/rhel9-eus/rhel-9.6-bootc'"
replacement: "ARG BASE_IMAGE_URL=registry.redhat.io/rhel9-eus/rhel-9.6-bootc"
- action: replace
match: "ARG BASE_IMAGE_TAG"
replacement: "ARG BASE_IMAGE_TAG='9.6'"
replacement: "ARG BASE_IMAGE_TAG=9.6"
git:
branch:
target: release-{MAJOR}.{MINOR}
Expand All @@ -28,8 +28,8 @@ delivery:
for_release: false
for_payload: false
enabled_repos:
- rhel-96-baseos
- rhel-96-appstream
- rhel-96-baseos-rpms
- rhel-96-appstream-rpms
- rhel-9-fast-datapath-rpms
- rhel-9-server-microshift-rpms
name: openshift/microshift-bootc-rhel9
Expand Down
Empty file.
Loading