taskotron buildmaster: follow taskotron.log (on dev)

This commit is contained in:
Kamil Páral 2018-03-01 09:43:23 +01:00
parent 6ecfec3243
commit a78c239de5

View file

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