Skip to content

Commit e651f06

Browse files
riteshharjanimpe
authored andcommitted
powerpc/ci: Add ppce500 machine to kernel+qemu workflows
Recently we saw an issue with hugetlb max order folio pages. The warning was getting reported on ppc64e but the problem also existed on ppc32 for ppce500 machine type and e500mc cpu type for it's unconventional max order of folio for hugetlbfs. Hence enable kernel+qemu boot test with ppce500 machine as well to catch such corner case issues in future. Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
1 parent a297f72 commit e651f06

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/powerpc-kernel+qemu.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,13 @@ jobs:
155155
old-image: korg-8.1.0
156156
new-image: fedora-40
157157

158+
- defconfig: corenet32_smp_defconfig
159+
machine: e500mc
160+
packages: qemu-system-ppc openbios-ppc
161+
rootfs: ppc-rootfs.cpio.gz
162+
old-image: korg-8.1.0
163+
new-image: fedora-40
164+
158165
- defconfig: g5_defconfig
159166
machine: g5
160167
packages: qemu-system-ppc64 openbios-ppc

0 commit comments

Comments
 (0)