From 87be0cd416e3d1db7ad53cf3d332d8b9cb40bf73 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Aug 09 2016 14:31:22 +0000 Subject: make buildinstall and iso phases not failable Request was made by adamw in irc Signed-off-by: Dennis Gilmore --- diff --git a/fedora.conf b/fedora.conf index 337895b..3a4e084 100644 --- a/fedora.conf +++ b/fedora.conf @@ -481,7 +481,7 @@ live_media = { failable_deliverables = [ ('^.*$', { # Buildinstall can fail on any variant and any arch - '*': ['buildinstall', 'iso', 'image-build', 'live-media', 'live', 'ostree', 'ostree-installer'], + '*': ['image-build', 'live-media', 'live', 'ostree', 'ostree-installer'], 'src': ['buildinstall'], # Nothing on i386 blocks the compose 'i386': ['buildinstall', 'iso', 'live'],