]
Barak Korren updated OVIRT-1526:
--------------------------------
Epic Link: OVIRT-400
Re-factor github std-CI job templates
-------------------------------------
Key: OVIRT-1526
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1526
Project: oVirt - virtualization made easy
Issue Type: Improvement
Components: oVirt CI
Reporter: Barak Korren
Assignee: infra
Priority: Low
Labels: standard-ci
There are several issues with the YAML for the GiHUb job templates we currently have in
'{{standard-stage.yaml}}':
# The 'check-patch' job has got a different template then the other jobs. This
makes it harder to write project YAML files, And also very different from YAML files for
Gerrit-based projects.
# Because of #1, the 'check-patch' jobs don't have any publishers defined.
This makes them different from other STD-CI jobs that always have publishers that do
things like collect and display test results.
Doing this is probably a prerequisite to OVIRT-1084