Opened 6 years ago

Closed 4 years ago

#56273 closed enhancement (wontfix)

buildbot: Prioritize builders

Reported by: raimue (Rainer Müller) Owned by: admin@…
Priority: Normal Milestone:
Component: buildbot/mpbb Version:
Keywords: Cc:
Port:

Description

We should prioritize builders on buildbot, such that jobs like portindex take precedence over base and ports. Under full load it can happen that buildbot only schedules builds for the port-* builders as they are usually the oldest.

http://docs.buildbot.net/0.8.12/manual/customization.html#builder-priority-functions

Change History (2)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

This ticket was prompted by a commit that modified a few hundred python ports, which due to the number of subports triggered up to a thousand builds per worker. Josh found that we were setting cachedbuildrequests to 1000 in the buildbot master.cfg; the total number of build requests exceeded this number. I increased it to 20,000 after which it seems to be much happier and builds are now happening on all queues.

comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.