#11 [WIP] Add ppc64le aarch64 for desktop image
Closed 4 years ago by adamwill. Opened 4 years ago by michelmno.
fedora-qa/ michelmno/createhdds add_ppc64le_aarch64_desktop  into  master

Add ppc64le aarch64 for desktop image
Michel Normand • 4 years ago  
file modified
+1 -1
@@ -150,7 +150,7 @@ 

          {

              "name" : "desktop",

              "releases" : {

-                 "stable" : ["x86_64", "i686"],

+                 "stable" : ["x86_64", "i686", "ppc64le", "aarch64"],

                  "branched": ["x86_64"]

              },

              "size" : "20",

required for install_vnc_client, install_vncconnect_client tests

still [WIP] because with current change:
I am able to create disk_f31_desktop_4_ppc64le.img but it failed to create f30
so will need to do not try before f31.
I am not able to test locally for aarch64.

I think you should be able to set 'current' not 'stable' to create the image only for the 'current stable release'. For the VNC tests we should only need that image, we shouldn't need the images for earlier stable releases (those are used for upgrade tests).

I went ahead and did that myself, as it'd be good to fix this ASAP.

Pull-Request has been closed by adamwill

4 years ago
Metadata