[JIRA] (OVIRT-1894) Add conditional execution parameter (run_if) to DSL options
Daniel Belenky (oVirt JIRA)
jira at ovirt-jira.atlassian.net
Mon Feb 12 15:08:49 UTC 2018
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Belenky reassigned OVIRT-1894:
-------------------------------------
Assignee: Daniel Belenky (was: infra)
> Add conditional execution parameter (run_if) to DSL options
> -----------------------------------------------------------
>
> Key: OVIRT-1894
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1894
> Project: oVirt - virtualization made easy
> Issue Type: Improvement
> Components: STDCI DSL
> Reporter: Daniel Belenky
> Assignee: Daniel Belenky
>
> We want to have the ability to specify conditional execution of threads (stage, substage, ... ) with different conditions.
> The first condition to implement (and probably the most straightforward one) is to execute a thread in certain files were changed.
> Example schema for the syntax:
> {code:yaml}
> ---
> stage: check-patch
> substage:
> - change1:
> run-if:
> - file-changed: <filename>
> - change2:
> run-if:
> - file-changed:
> - <file1>
> - <file2>
> {code}
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100079)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/infra/attachments/20180212/b8fb799e/attachment.html>
More information about the Infra
mailing list