1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

Clear workarounds that have reached composes

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-16 13:05:22 -08:00
parent b3e5dd41cb
commit 06de92375f

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = (
"38" => [],
"39" => [],
"40" => ["FEDORA-2024-912d46e3da", "FEDORA-2024-97337ce169", "FEDORA-2024-ca9110e3f3"],
"40" => [],
"41" => [],
);
my $advortasks = $workarounds{$version};