Project

General

Profile

action #77008

Updated by mkittler over 3 years ago

### problem 
 So far the openQA-in-openQA test is conducted on the latest TW snapshot. However, the packages from `devel:openQA` like `os-autoinst` are built against the latest *published* TW snapshot and therefore might require a lower version of certain dependencies. For instance, currently the openQA-in-openQA test is failing because `libopencv_core.so.4.4` is required by `os-autoinst` but the used TW snapshot is already at `libopencv_core.so.4.5` (see https://openqa.opensuse.org/tests/1460442#step/openqa_worker/7). `libopencv_core.so.4.5`. 

 ### acceptance criteria 
 * AC1: The openQA-in-openQA test is conducted on the latest *published* TW snapshot 

 ### suggestions 
 * Checkout the code responsible for finding the latest TW image: https://github.com/os-autoinst/scripts/blob/master/trigger-openqa_in_openqa#L25 
 * To number of the latest *published* snapshot could be looked up from openQA tags created by the `ttm` bot: https://openqa.opensuse.org/group_overview/1.json

Back