]> git.ipfire.org Git - thirdparty/dracut.git/commit
ci: run the integration tests on more distributions
authorHarald Hoyer <harald@redhat.com>
Wed, 12 May 2021 11:40:53 +0000 (13:40 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 14 May 2021 11:08:07 +0000 (13:08 +0200)
commitb2cf61d97ff2de423793bcd187f869c60d74078c
treec2539b352056b1883464691aa3a4a2ec00e15d3f
parent12d0213885118e39f448c69ad681f506aff9fa89
ci: run the integration tests on more distributions

Add OpenSuse and Arch Linux to limited tests.

Only run the full tests against the latest stable Fedora version
to reduce the workload.

Also remove the `hung_task_panic=1` on the kernel command line, as qemu
tends to be really slow in non-kvm mode.
22 files changed:
.github/workflows/fedora.yml [deleted file]
.github/workflows/integration.yml [new file with mode: 0644]
test/TEST-01-BASIC/test.sh
test/TEST-02-SYSTEMD/test.sh
test/TEST-03-USR-MOUNT/test.sh
test/TEST-04-FULL-SYSTEMD/test.sh
test/TEST-10-RAID/test.sh
test/TEST-11-LVM/test.sh
test/TEST-12-RAID-DEG/test.sh
test/TEST-13-ENC-RAID-LVM/test.sh
test/TEST-14-IMSM/test.sh
test/TEST-15-BTRFSRAID/test.sh
test/TEST-16-DMSQUASH/test.sh
test/TEST-17-LVM-THIN/test.sh
test/TEST-20-NFS/test.sh
test/TEST-30-ISCSI/test.sh
test/TEST-35-ISCSI-MULTI/test.sh
test/TEST-40-NBD/test.sh
test/TEST-50-MULTINIC/test.sh
test/TEST-60-BONDBRIDGEVLANIFCFG/test.sh
tools/fedora-test.sh [deleted file]
tools/test-github.sh [moved from tools/fedora-test-github.sh with 90% similarity]