Project

General

Profile

action #130603

Updated by livdywan 11 months ago

## Motivation 

 To use the most recently released Leap 15.5 as CI container base in os-autoinst and openQA we should adapt that and also run the according OBS checks on the same version of Leap 15.4 

 ## Acceptance criteria 
 * **AC1:** Leap 15.5 is used as CI container base in os-autoinst+openQA 
 * **AC2:** OBS checks run on pull requests for both os-autoinst and openQA test on Leap 15.5 

 ## Suggestions 
 - Find out where this is configured and update to use Leap 15.5 both for os-autoinst and openQA, see https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.scm_ci_workflow_integration.html#sec.obs.obs_scm_ci_workflow_integration.use_cases.test_build_pull_request 
 just update https://github.com/os-autoinst/os-autoinst/blob/master/.obs/workflows.yml or maybe even extend to have 15.4+15.5. If it's easier just replace the version. If it's possible test both 
 - Verify that it works, e.g. by opening a pull request for both os-autoinst and openQA

Back