Project

General

Profile

action #112775

Updated by JERiveraMoya almost 2 years ago

#### Motivation 
 Multi-machine jobs in Tumbleweed are using image `support_server_tumbleweed@{x86_64,aarch64-uefi}<arch>.qcow2`. `support_server_tumbleweed@{x86_64,aarch64-uefi}<arch>.qcow2. Those images image require some special network setup. Check the same generation but for SLE: https://openqa.suse.de/tests/8983361. Basically is a gnome image where we apply on top test module `support_server/configure` and we publish the result. We normally use a Development Job group to run these support server image generators. 
 Currently test suites for image generation are broken, for aarch64 is failing (there is no wicked, so it should be adapted) and it is not even scheduled for x86_64: https://openqa.opensuse.org/tests/overview?arch=&flavor=&machine=&test=supportserver_generator_from_hdd_gnome&modules=&module_re=&distri=opensuse&version=Tumbleweed&build=20220618&groupid=38# 
 We noticed this problem in #110473 due to tigervnc is not updated in this image, neither the rest of package there, it is using an old snapshots. It didn't work to update only the package and republish the image, there are more dependencies that make it fail, but the vnc issue should be solved just applying newer image. 

 #### Acceptance criteria 
 **AC1**: Resurrect support server image generators for x86_64 and aarch64 
 **AC2**: Verify vnc controller and remote tests succeed in both archs.

Back