]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: revert temporary remove Fedora Rawhide CI main
authordevkontrol <dev@kontrol.dev>
Fri, 19 Jun 2026 23:29:14 +0000 (19:29 -0400)
committerdevkontrol <dev@kontrol.dev>
Sat, 4 Jul 2026 15:46:54 +0000 (11:46 -0400)
This reverts commit 039f12146821c2279d0537364fbed8cc6e350757.

Fixes: https://github.com/dracut-ng/dracut/issues/2277
.github/workflows/container-extra.yml
.github/workflows/daily-basic.yml
.github/workflows/daily-network.yml
.github/workflows/manualtest.yml

index 13dbd7dafae6140c3bb7863df2e920249b4ae744..753464f585da5ee78dd1f6b0b7fe89b49b06e5ef 100644 (file)
@@ -43,6 +43,7 @@ jobs:
                     - {dockerfile: 'Dockerfile-azurelinux', tag: 'azurelinux:3.0', registry: 'mcr.microsoft.com'}
                     - {dockerfile: 'Dockerfile-fedora', tag: 'centos:latest', registry: 'quay.io/centos'}
                     - {dockerfile: 'Dockerfile-debian', tag: 'debian:sid'}
+                    - {dockerfile: 'Dockerfile-fedora', tag: 'fedora:rawhide', registry: 'registry.fedoraproject.org'}
                     - {dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:amd64-openrc', option: 'amd64-openrc'}
                     - {dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:arm64-openrc', option: 'arm64-openrc'}
                     - {dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:latest', option: 'systemd'}
@@ -91,6 +92,7 @@ jobs:
                     - {tag: 'azurelinux:3.0', platforms: ['amd', 'arm']}
                     - {tag: 'centos:latest', platforms: ['amd', 'arm']}
                     - {tag: 'debian:sid', platforms: ['amd', 'arm']}
+                    - {tag: 'fedora:rawhide', platforms: ['amd', 'arm']}
                     - {tag: 'gentoo:latest', platforms: ['amd', 'arm']}
                     - {tag: 'gentoo:amd64-openrc', platforms: ['amd']}
                     - {tag: 'gentoo:arm64-openrc', platforms: ['arm']}
index 79a94681211554c6982cec99634bedd2318cb0bd..105ce432077936db517d0b390861597a99b67040 100644 (file)
@@ -84,6 +84,7 @@ jobs:
                     - arch:latest
                     - azurelinux:3.0
                     - fedora:latest
+                    - fedora:rawhide
                     - centos:latest
                     - gentoo:amd64-openrc
                 test:
index f36ba1be731825edcf4b9179be964361c6a5e33b..ff3372875c2d629c87db7ef482d743c48634b66d 100644 (file)
@@ -33,6 +33,7 @@ jobs:
                     - debian:latest
                     - debian:sid
                     - fedora:latest
+                    - fedora:rawhide
                     - opensuse:latest
                     - ubuntu:devel
                     - ubuntu:rolling
@@ -44,6 +45,8 @@ jobs:
                       architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
                     - container: fedora:latest
                       architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
+                    - container: fedora:rawhide
+                      architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
                     # https://github.com/dracut-ng/dracut/issues/1988
                     - container: debian:sid
                       architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
index ea955f3718ad51af7851b88b059ba27dd696f076..0e4beab45ccc11a464b4d1bb4b8e40052b84a748 100644 (file)
@@ -17,6 +17,7 @@ on:  # yamllint disable-line rule:truthy
                     - "azurelinux:3.0"
                     - "centos:latest"
                     - "fedora:latest"
+                    - "fedora:rawhide"
                     - "arch:latest"
                     - "debian:latest"
                     - "debian:sid"