Project

General

Profile

action #131027

Updated by okurz 11 months ago

## Observation 
 https://app.circleci.com/pipelines/github/os-autoinst/openqa-trigger-from-obs/743/workflows/f4279542-337f-4256-8f14-81d12ff1065a/jobs/1676 
 running on Leap 15.4 . We need to upgrade to Leap 15.5 anyway, see #130582 

 ## Suggestions 
 * Update https://github.com/os-autoinst/openqa-trigger-from-obs/blob/master/.circleci/config.yml to use either Leap 15.5 and check if the problem is still present or use a different container base, e.g. from devel:openQA:ci if that helps 
 * Optionally: Create a dedicated CI container image as we do for other projects including all necessary dependencies directly to avoid any additional zypper calls in CI repeatedly 
 * Ensure that at least one nightly job against the master branch is passed again

Back