Azure: Allow images to fail for now

We can amend this setting later once we know everything is working well.

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2023-04-27 10:46:46 -05:00
parent f6a10ed79a
commit 142ed5e0cc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ image_build = {
'repo': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Cloud_Base',
'failable': ['x86_64'],
'failable': ['*'],
}
},
{