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:
Dusty Mabe 2017-09-15 18:07:33 -04:00
parent ea7b045988
commit ffa5fd956e
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -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': ['*'],
},