Merge "Make two workflows from 'validations' produce output"

This commit is contained in:
Zuul 2018-04-06 17:17:59 +00:00 committed by Gerrit Code Review
commit 6a436b50c6
1 changed files with 4 additions and 0 deletions

View File

@ -186,6 +186,8 @@ workflows:
list:
input:
- group_names: []
output:
validations: <% task(find_validations).result %>
tags:
- tripleo-common-managed
tasks:
@ -193,6 +195,8 @@ workflows:
action: tripleo.validations.list_validations groups=<% $.group_names %>
list_groups:
output:
groups: <% task(find_groups).result %>
tags:
- tripleo-common-managed
tasks: