Closed
Bug 589135
Opened 15 years ago
Closed 15 years ago
Recover from bug 552703 test outage after upgrading buildbotcustom
Categories
(SeaMonkey :: Release Engineering, defect)
SeaMonkey
Release Engineering
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: kairo)
References
Details
I upgraded buildbotcustom on the SeaMonkey buildmaster yesterday, since then, no tests are running, because we do the sendchange from the slaves now but the config refers to localhost to send changes to.
Also, if I manually try the sendchange command on (Linux) slaves (with the right master), the master doesn't get anything.
A sample command I used on a slave is:
python /builds/slave/comm-central-trunk-linux-debug/tools/buildfarm/utils/retry.py -s 5 -t 1800 -r 5 buildbot sendchange --master cb-seamonkey-linuxmaster-01.mozilla.org:9010 --username sendchange-unittest --branch comm-central-trunk-linux-debug-unittest --revision d0dfea29e25261b5df9c25281a42d0c9862af574 http://stage.mozilla.org/pub/mozilla.org/seamonkey/tinderbox-builds/comm-central-trunk-linux-debug/1282293749/seamonkey-2.1b1pre.en-US.linux-i686.tar.bz2 http://stage.mozilla.org/pub/mozilla.org/seamonkey/tinderbox-builds/comm-central-trunk-linux-debug/1282293749/seamonkey-2.1b1pre.en-US.linux-i686.tests.zip
All I get is a loop of 5 retries, but no change displayed on the master, no tests triggered, no error messages.
The original bug also talks about some adaptations possibly needed on the slaves, esp. on Windows, and a cryptic script for others which I have no clue what it's doing. Need to dig into that.
![]() |
Assignee | |
Comment 1•15 years ago
|
||
Chris, Rail, any chance you can help me here (IRC or here, whatever you like)?
I am unsure where to go from here, i.e. what changes I need (other than the buildbotcustom and config.py changes in here) to get this working, and currently, SeaMonkey is running no tests at all due to that. :(
![]() |
Assignee | |
Updated•15 years ago
|
Assignee: nobody → kairo
Severity: normal → blocker
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 2•15 years ago
|
||
Apparently, some old buildbot is still around on the Linux slaves, so I'm doing this on all of them:
sudo rm -rf /tools/python/bin/buildbot /tools/python/lib/python2.5/site-packages/{twisted.pth,zope.pth,buildbot*}
That should make us find the correct buildbot in /tools/buildbot, which is in the path.
http://hg.mozilla.org/build/buildbot-configs/rev/e3d81d25aebd is the fix for the configs.
![]() |
Assignee | |
Comment 3•15 years ago
|
||
Hehe, it looks like this time, Linux was the more difficult part of all, which is unusual. Manual tests on Mac and Windows slaves look good, so let's see if this just was it.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•