From ce03a7e4a32834afe93cf5cf8d7bace3adcf7471 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Jan 2016 12:32:57 -0600 Subject: [PATCH] move image-build being failable to * arch Signed-off-by: Dennis Gilmore --- fedora.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora.conf b/fedora.conf index cbc5fc5..0c10b62 100644 --- a/fedora.conf +++ b/fedora.conf @@ -280,10 +280,10 @@ image_build = { failable_deliverables = [ ('^.*$', { # Buildinstall can fail on any variant and any arch - '*': ['buildinstall'], + '*': ['buildinstall', 'image-build'], 'src': ['buildinstall'], # Nothing on i386 blocks the compose - 'i386': ['buildinstall', 'iso', 'live', 'image-build'], + 'i386': ['buildinstall', 'iso', 'live'], }) ]