From f1fa6d9c94ff0d188cf57128db280dd6e7a86f7f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sep 26 2024 17:46:27 +0000 Subject: Require cloud and container images Only aarch64 and x86_64 images are blocking for now. Signed-off-by: Stephen Gallagher --- diff --git a/fedora/override.conf b/fedora/override.conf index 87268bd..9f6b6e4 100644 --- a/fedora/override.conf +++ b/fedora/override.conf @@ -87,32 +87,32 @@ kiwibuild = { 'kiwi_profile': 'Cloud-Base-Generic', 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'], 'repos': ['AppStream', 'CRB'], - 'failable': ['*'] + 'failable': ['ppc64le', 's390x'], }, { 'kiwi_profile': 'Cloud-Base-Azure', 'arches': ['aarch64', 'x86_64'], 'repos': ['AppStream', 'CRB'], - 'failable': ['*'] + 'failable': ['ppc64le', 's390x'], }, { 'kiwi_profile': 'Cloud-Base-AmazonEC2', 'arches': ['aarch64', 'x86_64'], 'repos': ['AppStream', 'CRB'], - 'failable': ['*'] + 'failable': ['ppc64le', 's390x'], }, { 'kiwi_profile': 'Cloud-Base-GCE', 'arches': ['aarch64', 'x86_64'], 'repos': ['AppStream', 'CRB'], - 'failable': ['*'] + 'failable': ['ppc64le', 's390x'], }, { 'kiwi_profile': 'Container-Base-Generic', 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'], 'repos': ['AppStream', 'CRB'], 'target': global_target, - 'failable': ['*'], + 'failable': ['ppc64le', 's390x'], 'bundle_name_format': '%N-%v-%I.%A.%T' }, ]