taskotron-buildmaster: improve path for heartbeat.log

It's now placed in artifacts dir root instead of per-playbook artifacts
dir.
This commit is contained in:
Kamil Páral 2018-01-24 15:22:37 +01:00
parent c89d481d51
commit 45d373507c

View file

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