mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Add F40 and F41 kwin sluggishness fix updates as workarounds
All the KDE flakiness lately is likely caused by the recurrence of https://bugzilla.redhat.com/show_bug.cgi?id=2312900 , which came back because the patch to fix it was inadvertently dropped. This adds the F40 and F41 updates that re-introduce the patch as workarounds to address the sluggishness. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d194b9d2af
commit
b4910cee94
@ -474,8 +474,8 @@ sub get_workarounds {
|
||||
my $version = shift || get_var("VERSION");
|
||||
my %workarounds = (
|
||||
"39" => [],
|
||||
"40" => [],
|
||||
"41" => [],
|
||||
"40" => ["FEDORA-2024-8ef1271562"],
|
||||
"41" => ["FEDORA-2024-d7dc366b88"],
|
||||
"42" => [],
|
||||
"eln" => [],
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user