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:
parent
c89d481d51
commit
45d373507c
1 changed files with 1 additions and 1 deletions
|
@ -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'] %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue