From 20f4498dc83eb1eb49e9f606bf7e2e7fb54e2c86 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 24 May 2016 11:41:39 +0000 Subject: [PATCH] Another try --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index d636878e9b..923a0c4e19 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -181,14 +181,11 @@ factory.addStep(ShellCommand(command=["runtask", {% if deployment_type in ['prod'] %} Interpolate('%(prop:taskname)s.yml')], {% else %} - 'runtask.yml'], + 'runtask.yml', '2>&1'], {% endif %} descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')], name='runtask', timeout=2400, -{% if deployment_type in ['dev'] %} - usePTY=True, -{% endif %} {% if deployment_type in ['dev', 'stg', 'prod'] %} logfiles={ 'taskotron-overlord.log': {'filename': Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/taskotron-overlord.log')},