1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-18 00:23:11 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Adam Williamson
601555d79b Add FEDORA-2024-07a6f9366e as F40 workaround
...so we can get tests of FEDORA-2024-4d154cc829 to pass.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-12-05 13:29:33 -08:00
Adam Williamson
341c792b31 Clear out already-stable workarounds
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-12-05 13:29:11 -08:00

View File

@ -473,9 +473,9 @@ sub get_setup_repos_script {
sub get_workarounds {
my $version = shift || get_var("VERSION");
my %workarounds = (
"40" => [],
"40" => ["FEDORA-2024-07a6f9366e"],
"41" => [],
"42" => ["FEDORA-2024-3588cd5a27", "FEDORA-2024-1e10898d68"],
"42" => [],
"eln" => [],
);
my $advortasks = $workarounds{$version};