From 775a58af0ae140ada5765de824b036bf4f7484de Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 9 Apr 2015 21:40:08 +0000 Subject: [PATCH] including stg in increased buildstep timeout to deal with long running jobs --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index f3918303b6..d7a698f17c 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -175,7 +175,7 @@ factory.addStep(ShellCommand(command=["runtask", Interpolate('%(prop:taskname)s.yml')], descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')], name='runtask', -{% if deployment_type in ['dev'] %} +{% if deployment_type in ['dev', 'stg'] %} timeout=2400, {% endif %} logfiles={'taskotron.log': {'filename': '/var/log/taskotron/taskotron.log', }}))