]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: remove kernel command line workarounds from test config
authorJo Zzsi <jozzsicsataban@gmail.com>
Fri, 15 Aug 2025 20:14:26 +0000 (16:14 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Fri, 15 Aug 2025 23:28:44 +0000 (19:28 -0400)
This commit makes the test suite runs less opinionated and
closer to actual users environment.

Some of these workarounds have been added to the CI as patch work,
this is a good time to reevaluate if these are still needed.

dracut.conf.d/test/test.conf

index 26eed42ea90fadaaba1c8c5d3d0748316de51963..7198eb2ec4a0a318ff3440ae0983d68f6a64d2b6 100644 (file)
@@ -4,9 +4,6 @@ do_strip="no"
 do_hardlink="no"
 early_microcode="no"
 
-# systemd on arm64 on GitHub CI needs the 2 min timeout
-kernel_cmdline=" rd.retry=10 rd.timeout=120 rd.info rd.shell=0 "
-
 # test the dlopen dependencies support
 add_dlopen_features+=" libsystemd-shared-*.so:fido2 "