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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-21 10:03:12 -07:00
parent 40172700d4
commit c5d4dfdcc4

View File

@ -353,7 +353,7 @@ image_build = {
'repo': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Cloud_Base',
'failable': ['ppc64le', 's390x'],
'failable': ['ppc64le', 's390x', 'aarch64'],
}
},
{