Actions
action #110242
closedcoordination #104829: [Epic] Improve schedules for test suite in YaST group
Add CI check in gitlab to ensure default and flows YAML files exist
Description
Motivation¶
As a tester and user of YAML scheduler I would like to ensure during development phase that I am not pointing to some YAML file which doesn't exist.
Current CI in gitlab already check for YAML_SCHEDULE.
https://gitlab.suse.de/qsf-y/qa-sle-functional-y/-/blob/master/.gitlab-ci.yml#L23
Acceptance criteria¶
AC1: Add check to ensure that YAML_SCHEDULE_DEFAULT and YAML_SCHEDULE_FLOWS exist.
Suggestions¶
If possible avoid checking more than once flows or default files. We could try to collect them first.
Further info¶
PR where new feature was introduced: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14241
Actions