From 71c03ea77a83ca9da345904d1dd4a98f222eb17e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 6 Sep 2022 12:30:45 -0700 Subject: [PATCH] prep for beta rc-1.5 Signed-off-by: Kevin Fenzi --- fedora-beta.conf | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/fedora-beta.conf b/fedora-beta.conf index eb5153c..f95632a 100644 --- a/fedora-beta.conf +++ b/fedora-beta.conf @@ -366,7 +366,7 @@ translate_paths = [ # These will be inherited by live_media, live_images and image_build global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f37' -global_release = '1.4' +global_release = '1.5' global_version = '37_Beta' # live_images ignores this in favor of live_target global_target = 'f37' @@ -602,7 +602,22 @@ image_build = { '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': ['*'], + } + }, ], + } live_media = {