1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-24 15:47:23 +00:00

Add efivar update for F32 as workaround to fix UEFI update tests

This is pending stable, but looks like the update push won't
happen for a few hours, so I'm adding it as a workaround so we
can re-run the tests and get them to pass.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-02-26 12:48:17 -08:00
parent 1d4557126a
commit 3d29d7b746

View File

@ -515,7 +515,9 @@ sub _repo_setup_updates {
my %workarounds = (
"30" => [],
"31" => [],
"32" => ["FEDORA-2020-755d29d4b0"]
# fix for lmod breaking console output tests, fix for UEFI
# bootloader installs
"32" => ["FEDORA-2020-755d29d4b0", "FEDORA-2020-8ef75170b3"]
);
# then we'll download each update for our release:
my $advisories = $workarounds{$version};