#175 Move tests into the Universal group and make them use the Desktop image.
Merged 3 years ago by adamwill. Opened 3 years ago by lruzicka.

file modified
+8 -8
@@ -625,26 +625,26 @@ 

          },

          "install_blivet_resize_lvm": {

              "profiles": {

-                 "fedora-Workstation-live-iso-x86_64-*-64bit": 30,

-                 "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 30

+                 "fedora-universal-aarch64-*-aarch64": 20,

+                 "fedora-universal-ppc64le-*-ppc64le": 20,

+                 "fedora-universal-x86_64-*-64bit": 20

              },

              "settings": {

                  "PARTITIONING": "custom_blivet_resize_lvm",

-                 "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",

+                 "HDD_1": "disk_f%CURRREL%_desktop_4_%ARCH%.img",

                  "ROOT_PASSWORD": "weakpassword",

-                 "START_AFTER_TEST": "install_default_upload",

                  "INSTALL": "1"

              }

          },

          "install_resize_lvm": {

              "profiles": {

-                 "fedora-Workstation-live-iso-x86_64-*-64bit": 30,

-                 "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 30

+                 "fedora-universal-aarch64-*-aarch64": 20,

+                 "fedora-universal-ppc64le-*-ppc64le": 20,

+                 "fedora-universal-x86_64-*-64bit": 20

              },

              "settings": {

                  "PARTITIONING": "custom_resize_lvm",

-                 "START_AFTER_TEST": "install_default_upload",

-                 "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",

+                 "HDD_1": "disk_f%CURRREL%_desktop_4_%ARCH%.img",

                  "INSTALL": "1",

                  "ROOT_PASSWORD": "weakpassword"

              }

This PR moves the resize_lvm tests to the Universal group, uses a Desktop ready made image and discards the UEFI tests.

Build succeeded.

Pull-Request has been merged by adamwill

3 years ago