Project

General

Profile

action #157195

Updated by JERiveraMoya 2 months ago

#### Motivation 
 Migrations from Leap to SLE, we need set the setting: 
           HDD_1_URL: 'https://openqa.opensuse.org/tests/3976134/asset/hdd/opensuse-15.6-x86_64-623.2-textmode@64bit.qcow2' 
           HDD_1: opensuse-15.6-x86_64-623.2-textmode@64bit.qcow2 

           HDD_1_URL: 'https://openqa.opensuse.org/tests/3977957/asset/hdd/opensuse-15.6-x86_64-623.2-gnome@64bit.qcow2' 
           HDD_1: opensuse-15.6-x86_64-623.2-gnome@64bit.qcow2 

           HDD_1_URL: 'https://openqa.opensuse.org/tests/3977685/asset/hdd/opensuse-15.6-x86_64-623.2-kde@64bit.qcow2' 
           HDD_1: opensuse-15.6-x86_64-623.2-kde@64bit.qcow2 
 The job id may be deleted, delete, we need update those id and image name according the latest image name. 

 #### Acceptance criteria 
 **AC1**: Implement in our CI a query to get the latest id and set the setting without manual intervention. 

Back