From eaf03b3f3d7b9d7315d5ce1d73c8d7020aba075f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Feb 15 2018 16:24:29 +0000 Subject: With aarch64 Server/Cloud/Docker promotion to primary status the Server install/Cloud images are blocking if they don't exisit Signed-off-by: Peter Robinson --- diff --git a/fedora.conf b/fedora.conf index e04d70d..a64acf4 100644 --- a/fedora.conf +++ b/fedora.conf @@ -331,7 +331,7 @@ image_build = { 'repo': 'Cloud', 'install_tree_from': 'Cloud', 'subvariant': 'Cloud_Base', - 'failable': ['aarch64', 'ppc64', 'ppc64le'], + 'failable': ['ppc64', 'ppc64le'], } }, { @@ -608,8 +608,7 @@ failable_deliverables = [ ('^.*$', { # Buildinstall is non blocking 'src': ['buildinstall'], - # Nothing on aarch64, i386, ppc64, ppc64le blocks the compose - 'aarch64': ['buildinstall', 'iso'], + # Nothing on i386, ppc64, ppc64le blocks the compose 'i386': ['buildinstall', 'iso'], 'ppc64': ['buildinstall', 'iso'], 'ppc64le': ['buildinstall', 'iso'],