Show all taskotron logs in buildbot webui
This commit is contained in:
parent
c779582362
commit
ff3b208137
1 changed files with 6 additions and 1 deletions
|
@ -180,7 +180,12 @@ factory.addStep(ShellCommand(command=["runtask",
|
|||
name='runtask',
|
||||
timeout=2400,
|
||||
{% if deployment_type == 'dev' %}
|
||||
logfiles={'taskotron.log': {'filename': Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/taskotron.log'), }}))
|
||||
logfiles={
|
||||
'taskotron-initiator.log': {'filename': Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/taskotron-initiator.log')},
|
||||
'taskotron-stdio.log': {'filename': Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/taskotron-stdio.log')},
|
||||
'taskotron.log': {'filename': Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/taskotron.log')}
|
||||
}
|
||||
))
|
||||
{% endif %}
|
||||
{% if deployment_type in ['prod', 'stg', 'local'] %}
|
||||
logfiles={'taskotron.log': {'filename': '/var/log/taskotron/taskotron.log', }}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue