mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
buildmaster: uncomment cat taskotron log step
This commit is contained in:
@@ -156,9 +156,8 @@ factory.addStep(ShellCommand(command=["runtask", '-i',
|
||||
Interpolate('%(prop:taskname)s.yml')],
|
||||
name='runtask'))
|
||||
|
||||
# disabling this for now until all the logging changes are pushed
|
||||
# print the log (see T230)
|
||||
#factory.addStep(ShellCommand(command=["cat", "/var/log/taskotron/taskotron.log"], name="cat_log"))
|
||||
# capture the taskotron log
|
||||
factory.addStep(ShellCommand(command=["cat", "/var/log/taskotron/taskotron.log"], name="cat_log"))
|
||||
|
||||
from buildbot.config import BuilderConfig
|
||||
c['builders'] = []
|
||||
|
||||
Reference in New Issue
Block a user