Project

General

Profile

action #165992

Updated by livdywan 4 months ago

## Observation 

 ``` 
 Repository 'devel_openQA' is invalid. 
 [devel_openQA|http://download.opensuse.org/repositories/devel:openQA/15.6] Valid metadata not found at specified URL 
 History: 
  - File './repodata/c4e70da595e907b5574d795e2011d709ea4fc55c174d450505187d15a4e6228c-primary.xml.gz' not found on medium 'http://download.opensuse.org/repositories/devel:openQA/15.6' 
 ``` 

 See https://openqa.opensuse.org/tests/4443295 

 or reproducible manually: 
 1. go inside openQA/containers/webui folder 
 2. run `podman build` 

 ## Acceptance criteria 
 * **AC1**: Failures due to invalid OBS repos are clearly visible in the reason and/or logs 
 * **AC2**: Failures due to invalid OBS repos are automatically reviewed 

 ## Suggestions 
 * Mark the job as incomplete or failed but with a clear reason if the repo is invalid 
 * Test for the problem before the container is built or make sense of the error message afterwards by finding the error in the container build logs 
 * Add an auto review regex on tests failing with the newly added specific reason

Back