convert taskotron-dev to use new ansiblized libtaskotron with buildmaster
This commit is contained in:
parent
f4704de141
commit
5ad2adcb08
1 changed files with 4 additions and 0 deletions
|
@ -207,7 +207,11 @@ factory.addStep(ShellCommand(command=["runtask",
|
||||||
'-a', Interpolate('%(prop:arch)s'),
|
'-a', Interpolate('%(prop:arch)s'),
|
||||||
'-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'),
|
'-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'),
|
||||||
'--uuid', Interpolate('%(prop:uuid)s'),
|
'--uuid', Interpolate('%(prop:uuid)s'),
|
||||||
|
{% if deployment_type in ['dev'] %}
|
||||||
|
'.'],
|
||||||
|
{% else %}
|
||||||
'runtask.yml'],
|
'runtask.yml'],
|
||||||
|
{% endif %}
|
||||||
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
|
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
|
||||||
name='runtask',
|
name='runtask',
|
||||||
timeout=2400,
|
timeout=2400,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue