Project

General

Profile

action #175485

Updated by mkittler about 1 month ago

## Observation 

 We have a check in the GitLab pipeline to evaluate the openQA in openQA test state. Seemingly the pipeline was fine even though we know things failed in production as reported in #175464. 

 ## Acceptance critiera 
 * **AC1**: The OSD deployment is not executed when openQA-in-openQA tests fail 

 ## Suggestions 
 * The check in bash is obviously wrong 
   * The sleep probably overrides the return code? 
   * Consider splitting the lines or move this to a proper script https://gitlab.suse.de/openqa/osd-deployment/-/blob/ebf5bcdc339b4aee17933f99aa89217f329da386/.gitlab-ci.yml#L160 
 * The check was exhausting the retries when it ran on 2025-01-15 and wrongfully passed.

Back