set ostree and ostree_installer to be failable
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
e6b04ca7a5
commit
4e7ec0a210
@ -463,7 +463,7 @@ live_media = {
|
||||
failable_deliverables = [
|
||||
('^.*$', {
|
||||
# Buildinstall can fail on any variant and any arch
|
||||
'*': ['buildinstall', 'image-build', 'live-media', 'live'],
|
||||
'*': ['buildinstall', 'image-build', 'live-media', 'live', 'ostree', 'ostree_installer'],
|
||||
'src': ['buildinstall'],
|
||||
# Nothing on i386 blocks the compose
|
||||
'i386': ['buildinstall', 'iso', 'live'],
|
||||
|
Loading…
Reference in New Issue
Block a user