move image-build being failable to * arch

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-01-13 12:32:57 -06:00
parent ba006ab470
commit ce03a7e4a3

View File

@ -280,10 +280,10 @@ image_build = {
failable_deliverables = [
('^.*$', {
# Buildinstall can fail on any variant and any arch
'*': ['buildinstall'],
'*': ['buildinstall', 'image-build'],
'src': ['buildinstall'],
# Nothing on i386 blocks the compose
'i386': ['buildinstall', 'iso', 'live', 'image-build'],
'i386': ['buildinstall', 'iso', 'live'],
})
]