Project

General

Profile

action #88754

Updated by livdywan almost 3 years ago

## Observation 
 https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=openqa&flavor=dev&machine=64bit-2G&test=openqa_from_containers&version=Tumbleweed#next_previous shows a longer history of jobs that are most often failed in various steps but the result is completely ignored in http://jenkins.qa.suse.de/view/openQA-in-openQA/ 

 ## Expected results 
 * pipeline reliable and mostly green 
 * failures in tests prevent the submission of new packages 

 ## Suggestion 

 - https://github.com/os-autoinst/scripts/blob/master/monitor-openqa_job#L26 JOB_ID uses one job ID only rather than all found job ID's 
 - Switching from `openqa-client` to `openqa-cli` would provide JSON output where we can easily handle multiple jobs e.g. via `jq` (see also [filter_id](https://github.com/os-autoinst/scripts/blob/master/_common#L9)) 
 - Adjust or manually run *Build* command in http://jenkins.qa.suse.de/job/monitor-openQA_in_openQA-TW/configure

Back