taskotron-dev: try to preserve output ordering on buildmaster

This commit is contained in:
Martin Krizek 2016-05-24 11:25:35 +00:00
parent 07eec6aea1
commit 79a50cc73a

View file

@ -186,6 +186,9 @@ factory.addStep(ShellCommand(command=["runtask",
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
name='runtask',
timeout=2400,
{% if deployment_type in ['dev'] %}
usePTY=True,
{% endif %}
{% if deployment_type in ['dev', 'stg', 'prod'] %}
logfiles={
'taskotron-overlord.log': {'filename': Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/taskotron-overlord.log')},