Closed
Bug 419071
Opened 17 years ago
Closed 17 years ago
update buildbot masters to use build slaves randomly
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: anodelman, Assigned: rcampbell)
References
Details
Currently, builds are distributed to talos boxes sequentially (box 1 is always preferred, if it isn't available then box 2 is selected, etc). This can mean that box 3, 4, etc are never touched for tests that run quicker than builds are generated. We can also end up in bad states where box 1 is failing out quickly but then immediately served another build - consuming all available builds without managing to test anything.
I'd like to more equitably distribute builds to test boxes using this patch:
http://buildbot.net/trac/ticket/36
Reporter | ||
Updated•17 years ago
|
Assignee: nobody → anodelman
Assignee | ||
Comment 1•17 years ago
|
||
note that this will affect all other instances of buildbot on qm-rhel02, namely the unittest master and talos staging master (for now). This shouldn't be a problem.
Are we going to apply this to the production branch?
OS: Mac OS X → Linux
Reporter | ||
Comment 2•17 years ago
|
||
We should go with the patch that made it into buildbot:
http://buildbot.net/trac/changeset?format=diff&new=349&old=310&new_path=buildbot%2Fprocess%2Fbuilder.py&old_path=buildbot%2Fprocess%2Fbuilder.py
Assignee | ||
Comment 3•17 years ago
|
||
I'm taking this.
I need to run this on the unittest staging environment for a day or so to make sure nothing breaks there.
Assignee: anodelman → rcampbell
Priority: -- → P2
Assignee | ||
Updated•17 years ago
|
Component: Testing → Release Engineering
Product: Core → mozilla.org
Whiteboard: running on qm-unittest02, apply to rhel02 on monday
Version: unspecified → other
Assignee | ||
Updated•17 years ago
|
Component: Release Engineering → Release Engineering: Maintenance
Updated•17 years ago
|
QA Contact: testing → release
Assignee | ||
Comment 4•17 years ago
|
||
somehow I missed installing this on qm-buildbot01. Below is the console output from a successful install.
[root@qm-buildbot01 buildbot]# patch -p0 <random.patch
patching file buildbot/process/builder.py
Hunk #1 succeeded at 1 with fuzz 2.
Hunk #2 succeeded at 227 (offset 2 lines).
[root@qm-buildbot01 buildbot]# python setup.py build
running build
running build_py
copying buildbot/process/builder.py -> build/lib/buildbot/process
running build_scripts
[root@qm-buildbot01 buildbot]# python setup.py install
running install
running build
running build_py
running build_scripts
running install_lib
copying build/lib/buildbot/process/builder.py -> /tools/python/lib/python2.5/site-packages/buildbot/process
byte-compiling /tools/python/lib/python2.5/site-packages/buildbot/process/builder.py to builder.pyc
/tools/python/lib/python2.5/site-packages/buildbot/process/builder.py:386: Warning: 'with' will become a reserved keyword in Python 2.6
/tools/python/lib/python2.5/site-packages/buildbot/process/builder.py:387: Warning: 'with' will become a reserved keyword in Python 2.6
/tools/python/lib/python2.5/site-packages/buildbot/process/builder.py:388: Warning: 'with' will become a reserved keyword in Python 2.6
/tools/python/lib/python2.5/site-packages/buildbot/process/builder.py:392: Warning: 'with' will become a reserved keyword in Python 2.6
running install_scripts
changing mode of /tools/python/bin/buildbot to 775
running install_data
running install_egg_info
Removing /tools/python/lib/python2.5/site-packages/buildbot-0.7.5-py2.5.egg-info
Writing /tools/python/lib/python2.5/site-packages/buildbot-0.7.5-py2.5.egg-info
[root@qm-buildbot01 buildbot]#
restarting the buildbot master. Should see builds coming up on random machines now. Hopefully.
Can we get this installed into BUILDBOT_MOZILLA_PRODUCTION?
Assignee | ||
Updated•17 years ago
|
Whiteboard: running on qm-unittest02, apply to rhel02 on monday → running on qm-unittest02, apply to rhel02 ASAP
Comment 5•17 years ago
|
||
This seems like it would be useful for all the masters used by build also. Can we also get this installed on staging-1.8-master, staging-1.9-master, production-1.8-master, production-1.9-master?
Summary: update buildbot on qm-rhel02 to use build slaves randomly → update buildbot masters to use build slaves randomly
Comment 6•17 years ago
|
||
(In reply to comment #5)
> This seems like it would be useful for all the masters used by build also. Can
> we also get this installed on staging-1.8-master, staging-1.9-master,
> production-1.8-master, production-1.9-master?
>
AFAIK all of these only have one slave right now. Even with two, dep builds would still only alternate between the builders (because they build continuously). It's a bit of a PITA to upgrade Buildbot right now so we may as well wait until we upgrade Buildbot on these to pick this up.
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: running on qm-unittest02, apply to rhel02 ASAP
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•