convert taskotron-dev to use new ansiblized libtaskotron with buildmaster

This commit is contained in:
Tim Flink 2017-11-22 19:01:36 +00:00
parent f4704de141
commit 5ad2adcb08

View file

@ -207,7 +207,11 @@ factory.addStep(ShellCommand(command=["runtask",
'-a', Interpolate('%(prop:arch)s'),
'-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'),
'--uuid', Interpolate('%(prop:uuid)s'),
{% if deployment_type in ['dev'] %}
'.'],
{% else %}
'runtask.yml'],
{% endif %}
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
name='runtask',
timeout=2400,