Project

General

Profile

coordination #103122

Updated by okurz over 2 years ago

## Motivation 
 We had https://github.com/os-autoinst/os-autoinst-distri-openQA/pull/75 which failed on a seemingly trivial syntax error in openQA (after merge). The fix was in https://github.com/os-autoinst/os-autoinst-distri-openQA/pull/76 but automatic tests should have helped us to catch this error before merging. Redoing this for every openQA test distribution is tedious so we should find a way how we can implement common checks and helpers in a central place and reuse it in other places, e.g. https://github.com/os-autoinst/os-autoinst-distri-example/ 

 ## Acceptance criteria 
 * **AC1:** there are clear instructions for how to set up compile tests in a new distri

Back