ubuntu:devel and ubuntu:rolling needs over an hour to run
test 72 and it times out. Other Linux distributions finish the test
in less than 30 min.
# https://github.com/dracut-ng/dracut-ng/issues/1988
- container: debian:sid
architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
+ - container: ubuntu:devel
+ architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
+ test: "72"
+ - container: ubuntu:rolling
+ architecture: {runner: 'ubuntu-24.04-arm', tag: 'arm'}
+ test: "72"
container:
image: ghcr.io/dracut-ng/${{ matrix.container }}
options: '--device=/dev/kvm --privileged'