Actions
action #157195
openImplement in our CI a query to get the latest job id related with latest image
Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
2024-03-14
Due date:
% Done:
0%
Estimated time:
Tags:
Description
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, 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.
Actions