Temporarly disable Fedora kernel/initrd builds

Facing: https://bugzilla.redhat.com/show_bug.cgi?id=1907030
This commit is contained in:
Ettore Di Giacinto 2022-10-18 09:35:23 +00:00
parent 5c1b510ce1
commit 5ca49c3f57
2 changed files with 10 additions and 10 deletions

View File

@ -2,9 +2,9 @@ packages:
- name: "opensuse"
category: "distro-initrd"
version: "0.11"
- name: "fedora"
category: "distro-initrd"
version: "0.11"
# - name: "fedora"
# category: "distro-initrd"
# version: "0.11"
- name: "ubuntu"
category: "distro-initrd"
version: "0.11"

View File

@ -6,13 +6,13 @@ packages:
image: "opensuse/leap"
distribution: "opensuse"
packages: "kernel-default dracut kernel-firmware-all tar btrfsprogs rsync gzip xz curl e2fsprogs squashfs wicked dhcp-client coreutils nfs-utils open-iscsi device-mapper iproute2 multipath-tools mdadm arping2 systemd"
- category: "distro-kernels"
name: "fedora"
version: "36"
image: "fedora"
image_tag: "36"
distribution: "fedora"
packages: "kernel grub2 kernel-core dracut dracut-live"
# - category: "distro-kernels"
# name: "fedora"
# version: "36"
# image: "fedora"
# image_tag: "36"
# distribution: "fedora"
# packages: "kernel grub2 kernel-core dracut dracut-live"
- category: "distro-kernels"
name: "ubuntu"
image_tag: "20.04"