Opened 7 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 7 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.