move image-build being failable to * arch
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
ba006ab470
commit
ce03a7e4a3
@ -280,10 +280,10 @@ image_build = {
|
|||||||
failable_deliverables = [
|
failable_deliverables = [
|
||||||
('^.*$', {
|
('^.*$', {
|
||||||
# Buildinstall can fail on any variant and any arch
|
# Buildinstall can fail on any variant and any arch
|
||||||
'*': ['buildinstall'],
|
'*': ['buildinstall', 'image-build'],
|
||||||
'src': ['buildinstall'],
|
'src': ['buildinstall'],
|
||||||
# Nothing on i386 blocks the compose
|
# Nothing on i386 blocks the compose
|
||||||
'i386': ['buildinstall', 'iso', 'live', 'image-build'],
|
'i386': ['buildinstall', 'iso', 'live'],
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user