including stg in increased buildstep timeout to deal with long running jobs
This commit is contained in:
parent
1dc69af2ad
commit
775a58af0a
1 changed files with 1 additions and 1 deletions
|
@ -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', }}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue