Freeze Break Request: Increase execution timeouts in taskotron's buildbot

Patrick Uiterwijk puiterwijk at redhat.com
Thu Apr 9 22:31:36 UTC 2015


+1, looks good to me.

With kind regards,
Patrick Uiterwijk
Fedora Infra

----- Original Message -----
> As the set of packages in f22 has grown with freeze, some of the tasks
> (most often depcheck) are not completing before hitting the default
> timeout of 20 minutes for execution in buildbot.
> 
> I want to double the timeout for task execution from 20 to 40 minutes.
> I've made the change in dev and stg already and the change works - long
> tasks are no longer being killed prior to completion. This freeze break
> is for production.
> 
> +1s?
> 
> Tim
> 
> diff --git
> a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2
> b/roles/taskotron/bu
> index d7a698f..1a63b0e 100644
> --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2
> +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2
> @@ -175,9 +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', 'stg'] %}
>                               timeout=2400,
> -{% endif %}
>                               logfiles={'taskotron.log': {'filename':
>                               '/var/log/taskotron/taskotron.log',
> 
> _______________________________________________
> infrastructure mailing list
> infrastructure at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/infrastructure


More information about the infrastructure mailing list