Project

General

Profile

action #167797

Updated by tinita about 1 month ago

## Observation 
 https://gitlab.suse.de/openqa/scripts-ci/-/jobs/3187771 
 shows https://openqa.opensuse.org/tests/4532764 incomplete which shows 

 ``` 
 Reason: cache failure: Cache service status error from API: Minion job #357644 failed: Job terminated unexpectedly (exit code: 0, signal: 15) [Auto-restarting because reason matches the configured "auto_clone_regex".]  
 ``` 

 The clone https://openqa.opensuse.org/tests/4532766 was fine so auto-cloning helped but we should look into why the minion job failed and also think about if we can improve so that a tracked openQA job wouldn't fail. 

 ## Suggestions 
 * Use SignalGuard like here: https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/Task/Job/FinalizeResults.pm#L15 
 * Find out what the number `Minion job #357644` in the error message stands for and if we can actually have a number that we can lookup in the database, because that's not the gru_id but also not the minion_jobs id

Back