mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
trying to use logfile following in buildbot again, correct syntax this time
This commit is contained in:
@@ -161,7 +161,8 @@ factory.addStep(ShellCommand(command=["runtask", '-i',
|
||||
Interpolate('%(prop:taskname)s.yml')],
|
||||
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
|
||||
name='runtask',
|
||||
logfiles={'taskotron.log': '/var/log/taskotron/taskotron.log', }))
|
||||
logfiles={'taskotron.log': {'filename': '/var/log/taskotron/taskotron.log',
|
||||
'follow': True, }}))
|
||||
|
||||
# capture the taskotron log
|
||||
factory.addStep(ShellCommand(command=["cat", "/var/log/taskotron/taskotron.log"], name="cat_log",
|
||||
|
||||
Reference in New Issue
Block a user