]
Daniel Belenky reassigned OVIRT-2471:
-------------------------------------
Assignee: Daniel Belenky (was: infra)
Make timeout configurable from STDCI DSL
----------------------------------------
Key: OVIRT-2471
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-2471
Project: oVirt - virtualization made easy
Issue Type: New Feature
Reporter: Daniel Belenky
Assignee: Daniel Belenky
As new projects have new timeout requirements, we should allow them to configure the
timeout from stdci.yaml.
The configuration should probably go to runtime_requirements and configurable under the
'timeout' key. The configuration should be from the following form:
{code:java}
[0-9]+(\s+)?(h|s|m)
{code}
and where h, s and m can have multiple forms such as hour, hours, minute, etc...
Example:
{code:java}
---
runtime requirements:
timeout: 2h
{code}