On Thursday, January 29, 2026 2:13:54 PM Mountain Standard Time David James wrote: > Dear Mentors, > > I'm working on a package that, due to proposed changes in its > structure, will be built twice with different configurations. This > double build causes the pipeline to timeout during the build step > because the build takes over an hour. > > Is this a policy limitation i.e. a package must not take longer than > an hour to build on salsa machines or is there a way to extend this > time?
You can extend it using a Salsa variable: https://salsa.debian.org/python-team/packages/pyinstaller/-/blob/debian/ master/debian/salsa-ci.yml?ref_type=heads#L9 Note that the default Salsa CI runners have about a 3 hour timeout (I think it is 2.75 hours). So, if you need longer than that, you have to use a custom runner: https://wiki.debian.org/Salsa/Doc/CustomRunners -- Soren Stoutner [email protected]
signature.asc
Description: This is a digitally signed message part.

