From ea33a756009b95be1a2c9539a44fefcc9ddc8983 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Oct 23 2023 17:59:03 +0000 Subject: Disable workstation osbuild for now because its (inadvetantly) causing compose failures Composes have been failing on the workstation live since 2023-10-19, which is the same time that osbuild composes have been working. I think the problem is that it's using the same name in koji as pungi is trying to use for the direct livemedia build, which causes the task to fail because the release is the same and koji doesn't allow 'packages' to have the same name-version-release. So, lets disable for now and try and get a compose, then work out how to fix it. Possibly we should just use another name for osbuild version. Signed-off-by: Kevin Fenzi --- diff --git a/fedora.conf b/fedora.conf index 1b8ca9c..748212e 100644 --- a/fedora.conf +++ b/fedora.conf @@ -1011,18 +1011,18 @@ ostree_installer = [ }) ] -osbuild = { - '^Workstation$': [ - { - 'name': 'Fedora-Workstation-Live', - 'distro': 'fedora-39', - 'image_types': ['live-installer'], - 'arches': ['x86_64', 'aarch64'], - 'repo': ['Everything'], - 'failable': ['*'], - 'manifest_type': 'live-osbuild', - } - ] -} +#osbuild = { +# '^Workstation$': [ +# { +# 'name': 'Fedora-Workstation-Live', +# 'distro': 'fedora-39', +# 'image_types': ['live-installer'], +# 'arches': ['x86_64', 'aarch64'], +# 'repo': ['Everything'], +# 'failable': ['*'], +# 'manifest_type': 'live-osbuild', +# } +# ] +#} koji_profile = 'compose_koji'