Skip to content

Commit

Permalink
Merge pull request coreos#771 from jschintag/s390x-skip-crio.base
Browse files Browse the repository at this point in the history
s390x: Use RHEL 8.5 Kernel until 8.6 has a new kernel
  • Loading branch information
openshift-merge-robot committed Apr 7, 2022
2 parents aecea15 + 541bb88 commit 326e949
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
6 changes: 6 additions & 0 deletions kernel-rhel-85.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Temporarily use RHEL 8.5 Kernel for s390x, until RHEL 8.6 gets a new kernel (Build 370+)
# See: https://bugzilla.redhat.com/show_bug.cgi?id=2047242
repo-packages:
- repo: rhel-85-baseos
packages:
- kernel
6 changes: 6 additions & 0 deletions kernel-rhel-86.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Temporarily use RHEL 8.5 Kernel for s390x, until RHEL 8.6 gets a new kernel (Build 370+)
# See: https://bugzilla.redhat.com/show_bug.cgi?id=2047242
repo-packages:
- repo: rhel-8-baseos
packages:
- kernel
18 changes: 14 additions & 4 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,18 @@ arch-include:
x86_64:
- fedora-coreos-config/manifests/grub2-removals.yaml
- fedora-coreos-config/manifests/bootupd.yaml
ppc64le: fedora-coreos-config/manifests/grub2-removals.yaml
- kernel-rhel-86.yaml
ppc64le:
- fedora-coreos-config/manifests/grub2-removals.yaml
- kernel-rhel-86.yaml
aarch64:
- fedora-coreos-config/manifests/grub2-removals.yaml
- fedora-coreos-config/manifests/bootupd.yaml
- kernel-rhel-86.yaml
s390x:
# Temporarily use RHEL 8.5 Kernel for s390x, until RHEL 8.6 gets a new kernel (Build 370+)
# See: https://bugzilla.redhat.com/show_bug.cgi?id=2047242
- kernel-rhel-85.yaml

# See README.md
# and https://github.com/openshift/release/blob/master/core-services/release-controller/README.md#rpm-mirrors
Expand Down Expand Up @@ -356,9 +364,11 @@ repo-packages:
packages:
- sssd
# we always want the kernel from BaseOS
- repo: rhel-8-baseos
packages:
- kernel
# Temporarily use RHEL 8.5 Kernel for s390x, until RHEL 8.6 gets a new kernel (Build 370+)
# See: https://bugzilla.redhat.com/show_bug.cgi?id=2047242
# - repo: rhel-8-baseos
# packages:
# - kernel
# we want the one shipping in RHEL, not the equivalently versioned one in RHAOS
- repo: rhel-8-appstream
packages:
Expand Down

0 comments on commit 326e949

Please sign in to comment.