Project

General

Profile

action #129059

Updated by leli 12 months ago

#### Motivation 
 In order to test scenarios using RMT/SMT/SCC in openQA we need to take several actions. 

 #### Acceptance criteria 
 **AC1**: Perform necessary checks of RMT/SMT/SCC to ensure products in milestone are synced to updates.suse.com 
 **AC2**: Trigger with isos post the milestone build for job group [Migration: Milestone](https://openqa.suse.de/group_overview/266) 
 **AC3**: openQA review is performed 
 **AC4**: Sync the leap images(gnome,kde,textmode) on latest build for leap migration test. 

 #### Additional information 
 Documentation of the procedure: https://confluence.suse.com/pages/viewpage.action?pageId=1118405556 
 To sync leap images: 
 1. get the image URL, from leap 15 job group(https://openqa.opensuse.org/group_overview/50) select the latest build -> search create_hdd_gnome/create_hdd_kde/create_hdd_textmode, in the x86_64 job click 'Logs & Assert', get the URL of qcow (ex:opensuse-15.5-x86_64-483.3-textmode@64bit.qcow2) through right click on it and 'copy link address'. 
 2. login to OSD server with nis id, cd /var/lib/openqa/factory/hdd/fixed -> sudo wget the url 

Back