Revert "fedora: Use Atomic installtree/ISO for cloud image builds"
We can't use the Atomic Host installer image because it runs at the same time the image builds do. See [1]. [1] https://src.fedoraproject.org/rpms/pungi/pull-request/://docs.pagure.org/pungi/phases.html This reverts commit 97b45259db5059d45d9b34a347a32dd8cffc9ef0. Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
parent
ea7b045988
commit
ffa5fd956e
@ -353,7 +353,7 @@ image_build = {
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 6,
|
||||
'arches': ['aarch64', 'ppc64le', 'x86_64'],
|
||||
'install_tree_from': 'Atomic',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Atomic',
|
||||
'failable': ['*'],
|
||||
}
|
||||
@ -366,7 +366,7 @@ image_build = {
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 40,
|
||||
'arches': ['x86_64'],
|
||||
'install_tree_from': 'Atomic',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Atomic',
|
||||
'failable': ['*'],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user