Releases/Firefox 23.0b6/BuildNotes

From MozillaWiki
Jump to: navigation, search

Release runner "failure"

Release runner managed to start the release but caught an error because the release_templates directory wasn't properly set up after migration to buildbot-master81. Fixing this was taken care of in bug 894366. For posterity, the traceback was: 2013-07-15 15:15:08,520 - INFO - updating status for Fennec-23.0b6-build1 to Running sendchange command change not sent: Traceback (most recent call last):

 File "/builds/releaserunner/lib/python2.7/site-packages/buildbot/scripts/sendchange.py", line 47, in sendchange
   codebase=codebase)

RemoteError: Cannot find a template file to use

Rail had to mark the releases as started by hand in the Ship It database. SQL was:

update firefox_release set ready=1, complete=1 where name='Firefox-23.0b6-build1';
update fennec_release set ready=1, complete=1 where name='Fennec-23.0b6-build1';

Update verify failure

Chunk 2/4 of windows update verify failed when the slave disappeared. I rebuilt it.

Final verification failures

Final verification had a bunch of 408 timeout errors like the past few releases. I rebuilt it in hopes that it will succeed, and also lowered our ||ization of it for future releases (bug 894368)