mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Add workarounds for ostree overlay issue (#2266344)
jlebon and jmarrero figured out the fix for this, while we wait for the packager to merge it their preferred way, let's use scratch builds to work around it so every update doesn't get a failed test. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ad394a7feb
commit
2bc144ad0b
@ -476,8 +476,8 @@ sub get_workarounds {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"38" => [],
|
"38" => [],
|
||||||
"39" => [],
|
"39" => [],
|
||||||
"40" => [],
|
"40" => ["114154510"],
|
||||||
"41" => [],
|
"41" => ["114149399"],
|
||||||
);
|
);
|
||||||
my $advortasks = $workarounds{$version};
|
my $advortasks = $workarounds{$version};
|
||||||
return @$advortasks;
|
return @$advortasks;
|
||||||
|
Loading…
Reference in New Issue
Block a user