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:
parent
1d4557126a
commit
3d29d7b746
@ -515,7 +515,9 @@ sub _repo_setup_updates {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"30" => [],
|
"30" => [],
|
||||||
"31" => [],
|
"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:
|
# then we'll download each update for our release:
|
||||||
my $advisories = $workarounds{$version};
|
my $advisories = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user