From c5d4dfdcc4cf2bb3a8379d52a066845b297a8dc3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 21 Oct 2019 10:03:12 -0700 Subject: [PATCH] Temporarily mark aarch64 Cloud-Base to be failable in order to get some composes out. aarch64 cloud is blocking, but it's hitting: https://bugzilla.redhat.com/show_bug.cgi?id=1722181 and failing the composes. Due to other issues we haven't had composes for a while before that either, so it's getting to be a long time. Hopefully some workaround will at least appear in a few days. If not, we can revert this and start failing again for a while. Signed-off-by: Kevin Fenzi --- fedora.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index 42a3ec0..74b58cc 100644 --- a/fedora.conf +++ b/fedora.conf @@ -353,7 +353,7 @@ image_build = { 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Cloud_Base', - 'failable': ['ppc64le', 's390x'], + 'failable': ['ppc64le', 's390x', 'aarch64'], } }, {