1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-11 01:24:20 +00:00

Add tuned to f41 workarounds

To fix base_services_start failures till next compose is done.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-08-15 22:51:32 -04:00
parent e8ed3a2a96
commit d3150edae3

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = (
"39" => [],
"40" => [],
"41" => ["FEDORA-2024-a27ffd7504"],
"41" => ["FEDORA-2024-a27ffd7504", "FEDORA-2024-e30a141332"],
"42" => [],
);
my $advortasks = $workarounds{$version};