From bf345f39c16c1ed789afdf79b6ce6ae1cebc9e7b Mon Sep 17 00:00:00 2001 From: Jo Zzsi Date: Fri, 15 Aug 2025 17:52:42 -0400 Subject: [PATCH] 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. --- .github/workflows/integration-extra.yml | 6 ++++++ .github/workflows/integration.yml | 4 ++++ 2 files changed, 10 insertions(+) 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 -- 2.47.3