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.
# 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"
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