Confirmed users
4,293
edits
(→Tags) |
|||
Line 55: | Line 55: | ||
Close Firefox3.1 tree, and kicked off automation with: (TBC) | Close Firefox3.1 tree, and kicked off automation with: (TBC) | ||
buildbot sendchange --master=localhost:9010 --username=nthomas --branch=releases/mozilla-1.9.1 -m "Firefox 3.1b3 build1 try#1" gogogo | buildbot sendchange --master=localhost:9010 --username=nthomas --branch=releases/mozilla-1.9.1 -m "Firefox 3.1b3 build1 try#1" gogogo | ||
====Tag==== | |||
Did all the locales then tried to push changes to releases/mozilla-1.9.1 and failed because of the CLOSED TREE hook. (XXX bug needed) | |||
pushing to ssh://hg.mozilla.org/releases/mozilla-1.9.1 | |||
searching for changes | |||
remote: adding changesets | |||
remote: adding manifests | |||
remote: adding file changes | |||
remote: added 3 changesets with 6 changes to 5 files | |||
remote: Tree mozilla-1.9.1 is CLOSED! (http://tinderbox.mozilla.org/Firefox3.1/) | |||
remote: To push despite the closed tree, include "CLOSED TREE" in your push comment | |||
remote: transaction abort! | |||
remote: rollback completed | |||
remote: abort: pretxnchangegroup.a_treeclosure hook failed | |||
abort: unexpected response: empty string | |||
Which seems bogus because pushes don't have comments, checkins do. Our version bump does have "CLOSED TREE" in it, but the two tagging operations don't. Fixed by adding a new line before <nowiki><span id="extended-status"></nowiki> on the tinderbox page, which disables the hook, and rerunning | |||
hg push -e 'ssh -l ffxbld -i ~cltbld/.ssh/ffxbld_dsa' -f ssh://hg.mozilla.org/releases/mozilla-1.9.1 | |||
on moz2-linux-slave08. | |||
Then made tag_factory a dummy, and did another sendchange - got same slave and died trying to reclone af locale, no fallout. Then reconfig'd master to pickup dummy factory, and did sendchange. | |||
XXX Bug: non-release builders are also triggered by sendchange, reducing slave availability |