From: Jo Zzsi Date: Fri, 15 Aug 2025 21:52:42 +0000 (-0400) Subject: ci(ubuntu): exclude test 30 X-Git-Tag: 109~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf345f3;p=thirdparty%2Fdracut-ng.git ci(ubuntu): exclude test 30 TEST-30 is passing on all other CI containers including debian:sid. This is likely not a dracut issue, so let's exclude it from the CI for now. --- diff --git a/.github/workflows/integration-extra.yml b/.github/workflows/integration-extra.yml index 7cc044577..15f2fd0dc 100644 --- a/.github/workflows/integration-extra.yml +++ b/.github/workflows/integration-extra.yml @@ -59,6 +59,12 @@ jobs: # https://github.com/dracut-ng/dracut-ng/issues/1224 - container: gentoo:amd64-openrc test: "43" + # https://github.com/dracut-ng/dracut-ng/issues/1590 + - container: ubuntu:devel + test: "30" + # https://github.com/dracut-ng/dracut-ng/issues/1590 + - container: ubuntu:rolling + test: "30" # https://github.com/dracut-ng/dracut-ng/issues/1315 - container: azurelinux:3.0 test: "41" diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8f914ce05..b4bb1b5dd 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -98,6 +98,10 @@ jobs: uses: actions/checkout@v5 - name: "${{ matrix.container }} TEST-${{ matrix.test }}" run: ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }} + exclude: + # https://github.com/dracut-ng/dracut-ng/issues/1590 + - container: ubuntu:devel + test: "30" extended-systemd: needs: basic