From: Benjamin Drung Date: Mon, 1 Dec 2025 12:57:18 +0000 (+0100) Subject: ci: add test 44 (drivers) to integration extra X-Git-Tag: 110~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b971dd4dd8a94638bd9bc517dad40af34a6e66;p=thirdparty%2Fdracut-ng.git ci: add test 44 (drivers) to integration extra The test 44 (drivers) is only run in the integration workflow. Add test 44 (drivers) to integration extra to run this test in all containers. Fixes: 21096b7e0e85 ("feat(kernel-modules-export): make kernel modules from initramfs available") --- diff --git a/.github/workflows/integration-extra-arm64.yml b/.github/workflows/integration-extra-arm64.yml index abbf45319..a3d2c7821 100644 --- a/.github/workflows/integration-extra-arm64.yml +++ b/.github/workflows/integration-extra-arm64.yml @@ -74,6 +74,7 @@ jobs: - "41" - "42" - "43" + - "44" exclude: # mkosi test step fails - container: opensuse:latest diff --git a/.github/workflows/integration-extra.yml b/.github/workflows/integration-extra.yml index ae8ae5b79..7c84d20ab 100644 --- a/.github/workflows/integration-extra.yml +++ b/.github/workflows/integration-extra.yml @@ -121,6 +121,7 @@ jobs: - "41" - "42" - "43" + - "44" exclude: # https://github.com/dracut-ng/dracut-ng/issues/1677 - container: arch:latest