taskotron-buildmaster: use lazylogfiles

This commit is contained in:
Kamil Páral 2018-01-24 17:41:57 +01:00
parent 134c02a499
commit e8bab5cba6

View file

@ -217,6 +217,7 @@ factory.addStep(ShellCommand(command=["runtask",
timeout=20*60, timeout=20*60,
{% if deployment_type in ['dev'] %} {% if deployment_type in ['dev'] %}
sigtermTime=5*60, sigtermTime=5*60,
lazylogfiles=True,
logfiles={ logfiles={
'heartbeat.log': {'filename': Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/taskotron/heartbeat.log')} 'heartbeat.log': {'filename': Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/taskotron/heartbeat.log')}
} }