From 20f2ba98c998c340c634196ee48b13537507ee3f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mar 12 2018 23:03:27 +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 1ffbbd3..e5bf196 100644 --- a/fedora.conf +++ b/fedora.conf @@ -342,7 +342,7 @@ image_build = { 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Cloud_Base', - 'failable': ['aarch64', 'ppc64', 'ppc64le', 's390x'], + 'failable': ['ppc64', 'ppc64le', 's390x'], } }, { @@ -621,8 +621,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'],