images are failable

This commit is contained in:
Louis Abel 2023-01-18 00:50:30 -07:00
parent 1494acb1ff
commit 26b940ec86
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,8 @@ image_build = {
"disk-size": "10",
"arches": ["x86_64","aarch64"],
"install_tree_from": "BaseOS",
"repo": ["BaseOS","AppStream",]
"repo": ["BaseOS","AppStream"],
"failable": ['*']
},
"factory-parameters": {
"generate_icicle": False,
@ -49,7 +50,8 @@ image_build = {
"disk-size": "10",
"arches": ["x86_64", "aarch64"],
"install_tree_from": "BaseOS",
"repo": ["BaseOS","AppStream",]
"repo": ["BaseOS","AppStream"]
"failable": ['*']
},
"factory-parameters": {
"generate_icicle": False,