Project

General

Profile

action #163622

Updated by tinita 17 days ago

https://progress.opensuse.org/issues/163100 
 Scripts CI pipeline failing with openQA jobs ending up incomplete 

 ## Observation 

 [Scripts CI pipeline on GitLab](https://gitlab.suse.de/openqa/scripts-ci/-/jobs/2819174) is failing with an error: 

 ``` 
 ++ openqa-cli api --host http://openqa.suse.de jobs version=15-SP5 scope=relevant arch=x86_64 flavor=Server-DVD-Updates test=ovs-client latest=1 
 ++ jq -r '.jobs | map(select(.result == "passed")) | max_by(.settings.BUILD) .settings.HDD_1' 
 jq: parse error: Invalid numeric literal at line 1, column 8 
 ``` 

 ## Acceptance Criteria 
 * **AC1**: Scripts CI pipeline consistently passes 

 ## Suggestions 
 * Print the api output before passing it to jq to see what we actually got

Back