1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-10-22 18:14:21 +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:
Adam Williamson 2024-10-16 10:57:59 -07:00
parent d194b9d2af
commit b4910cee94

View File

@ -474,8 +474,8 @@ sub get_workarounds {
my $version = shift || get_var("VERSION"); my $version = shift || get_var("VERSION");
my %workarounds = ( my %workarounds = (
"39" => [], "39" => [],
"40" => [], "40" => ["FEDORA-2024-8ef1271562"],
"41" => [], "41" => ["FEDORA-2024-d7dc366b88"],
"42" => [], "42" => [],
"eln" => [], "eln" => [],
); );