mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +00:00
Drop 32 and 33 workarounds, add 34 FreeIPA fix as workaround
Add FEDORA-2021-263244c071 as a workaround to fix FreeIPA tests on F34. Drop current 32 and 33 workarounds as they're all stable. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
dda86c52a6
commit
6b4b452521
@ -443,9 +443,9 @@ sub setup_workaround_repo {
|
|||||||
assert_script_run "mkdir -p /opt/workarounds_repo";
|
assert_script_run "mkdir -p /opt/workarounds_repo";
|
||||||
assert_script_run "pushd /opt/workarounds_repo";
|
assert_script_run "pushd /opt/workarounds_repo";
|
||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"31" => [],
|
"32" => [],
|
||||||
"32" => ["FEDORA-2021-28c15ce0f9"],
|
"33" => [],
|
||||||
"33" => ["FEDORA-2021-ad495a044c", "FEDORA-2021-5258e9cb11"]
|
"34" => ["FEDORA-2021-263244c071"]
|
||||||
);
|
);
|
||||||
# then we'll download each update for our release:
|
# then we'll download each update for our release:
|
||||||
my $advortasks = $workarounds{$version};
|
my $advortasks = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user