With aarch64 Server/Cloud/Docker promotion to primary status the Server install/Cloud images are blocking if they don't exisit
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
parent
487ab8083f
commit
eaf03b3f3d
@ -331,7 +331,7 @@ image_build = {
|
||||
'repo': 'Cloud',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Cloud_Base',
|
||||
'failable': ['aarch64', 'ppc64', 'ppc64le'],
|
||||
'failable': ['ppc64', 'ppc64le'],
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -608,8 +608,7 @@ failable_deliverables = [
|
||||
('^.*$', {
|
||||
# Buildinstall is non blocking
|
||||
'src': ['buildinstall'],
|
||||
# Nothing on aarch64, i386, ppc64, ppc64le blocks the compose
|
||||
'aarch64': ['buildinstall', 'iso'],
|
||||
# Nothing on i386, ppc64, ppc64le blocks the compose
|
||||
'i386': ['buildinstall', 'iso'],
|
||||
'ppc64': ['buildinstall', 'iso'],
|
||||
'ppc64le': ['buildinstall', 'iso'],
|
||||
|
Loading…
Reference in New Issue
Block a user