From f56da20a2e7b963a93c86b093666c7ba83e50b4b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Apr 27 2021 16:49:15 +0000 Subject: Don't schedule kde-live-iso for F32 It seems that building a KDE live on F32 just hangs during nss install for some reason. I don't think it's worth investigating and fixing as F32 will be EOL soon anyway, so let's just not schedule the test. Signed-off-by: Adam Williamson --- diff --git a/src/fedora_openqa/schedule.py b/src/fedora_openqa/schedule.py index 7332f3a..5695e33 100644 --- a/src/fedora_openqa/schedule.py +++ b/src/fedora_openqa/schedule.py @@ -561,6 +561,11 @@ def jobs_from_update(update, version, flavors=None, force=False, extraparams=Non # keep the necessary base disk images around logger.debug("skipping upgrade tests as release %s is the oldest stable", version) continue + if int(version) == 32 and flavor == "kde-live-iso": + # KDE live image build for F32 just hangs in the middle of + # nss, and F32 will be EOL soon, so let's just skip it + logger.debug("skipping kde-live-iso for F32 due to known bug") + continue fullflav = 'updates-{0}'.format(flavor) if not force: # dupe check