Project

General

Profile

action #155761

Updated by JERiveraMoya 4 months ago

#### ## Motivation 
 When reviewing the build 57.1 we noticed after an isos post for aarch64 that some jobs failed. 
 - [yast2_ncurses_textmode](https://openqa.suse.de/tests/13565320) 
 - [yast2_cmd](https://openqa.suse.de/tests/13565360) 

 Reason for the failure is in both cases: 
 ``` 
 Reason: asset failure: Failed to download sle-15-SP6-aarch64-57.1-textmode@aarch64.qcow2 to /var/lib/openqa/cache/openqa.suse.de/sle-15-SP6-aarch64-57.1-textmode@aarch64.qcow2 
 ``` 
 That qcow should be created by `create_hdd_textmode` in the functional job group, but since this job [failed](https://openqa.suse.de/tests/13547464#step/welcome/5) we don't have a harddisk image available. 

 The main problem for our job group is that the 2 jobs above have no dependency setting to be executed after the creator job. 

 ## ToDo 
 Add the dependency in the job group settings for those 2 jobs. 

 ## Acceptance criteria  
  

 - **AC1**: Remove Dependency is set and jobs show this dependency with Functional group for this image. 
 **AC2**: Provide an equivalent auto-installation running in YaST job group for this parent job to be connected with the failing images. openQA.

Back