#838 Adding back ppc64le and s390x for vmdk cloud images
Merged 3 years ago by mohanboddu. Opened 3 years ago by mohanboddu.
mohanboddu/pungi-fedora remove-ppc64le-s390x-cloudimages  into  master

file modified
-13
@@ -355,19 +355,6 @@ 

          },

          {

              'image-build': {

-                     'format': [('vmdk','vmdk')],

-                     'name': 'Fedora-Cloud-Base',

-                     'kickstart': 'fedora-cloud-base.ks',

-                     'distro': 'Fedora-22',

-                     'disk_size': 4,

-                     'arches': ['aarch64', 'x86_64'],

-                     'repo': 'Everything',

-                     'install_tree_from': 'Everything',

-                     'subvariant': 'Cloud_Base',

-                      }

-         },

-         {

-             'image-build': {

                      'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')],

                      'name': 'Fedora-Cloud-Base-Vagrant',

                      'kickstart': 'fedora-cloud-base-vagrant.ks',

Since they had to be seperated, koji tried to generate two images of
same name and it failed. We decided to revert it and check with pungi
folks for a better solution.

https://pagure.io/releng/failed-composes/issue/1372

Revert "Removing ppc64le and s390x vmdk cloud images"

This reverts commit 46b1711.

Signed-off-by: Mohan Boddu mboddu@bhujji.com

Pull-Request has been merged by mohanboddu

3 years ago
Metadata