]
Daniel Belenky updated OVIRT-2020:
----------------------------------
Epic Link: OVIRT-400
Implement a normalizer for runtime_requirements
-----------------------------------------------
Key: OVIRT-2020
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-2020
Project: oVirt - virtualization made easy
Issue Type: Task
Components: Standard CI (Pipelines), STDCI DSL
Reporter: Daniel Belenky
Assignee: infra
Currently, we are not parsing the data under runtime_requirements at all.
It means that the 1st place user will encounter an error is when the job runs -
it's bad since debugging it is much harder than our DSL.
Since we lack a normalizer for runtime_requirements, as a temporary workaround we have
code in
standard-stage.groovy that verifies the value of some inputs under runtime_requirements.
It should be removed as soon as a proper normalizer is implemented.