#1118 WIP: Add image build for Fedora Server KVM
Merged 2 years ago by kevin. Opened 2 years ago by humaton.
humaton/pungi-fedora f37_server_kvm  into  f37

file modified
+14
@@ -602,6 +602,20 @@ 

                      'failable': ['*'],

                       }

          },

+         {

+             'image-build': {

+                     'format': [('qcow2','qcow2')],

+                     'name': 'Fedora-Server-KVM',

+                     'kickstart': 'fedora-server-vm-full.ks',

+                     'distro': 'Fedora-22',

+                     'disk_size': 7,

+                     'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],

+                     'repo': 'Everything',

+                     'install_tree_from': 'Everything',

+                     'subvariant': 'Server_KVM',

+                     'failable': ['*'],

+                      }

+         },

          ],

  }

  

rebased onto 9b4e062487d187f7fafc4d2ab863f35d60048a50

2 years ago

Looks pretty good to me... just 2 small things:

1) do we want to add it to rawhide first and confirm it's working before f37?

2) I would think everything is failable here, or is it supposed to be release blocking on x86_64 and aarch64?

CC: @pboy

rebased onto b5125ec0d9edb0967412e685571ac14b574f0d4a

2 years ago

rebased onto 888b4e9

2 years ago

Pull-Request has been merged by kevin

2 years ago
Metadata