Releases/Firefox 3.0.16/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 232: Line 232:


* Available space on slaves:
* Available space on slaves:
**fx-linux-1.9-slave2 28 GB on /builds
**fx-linux-1.9-slave2 29 GB on /builds
**fx-mac-1.9-slave2 17 GB on /
**fx-mac-1.9-slave2 24 GB on /
**fx-win32-1.9-slave2 15.0 GB on D: / 14.1 GB on E:
**fx-win32-1.9-slave2 15.0 GB on D: / 14.1 GB on E:


Line 243: Line 243:
* Kicked off automation:   
* Kicked off automation:   
  buildbot sendchange --username=coop --master=localhost:9989 -m"Firefox 3.0.16build3 release" DOOOOOEEEEET!
  buildbot sendchange --username=coop --master=localhost:9989 -m"Firefox 3.0.16build3 release" DOOOOOEEEEET!
<font color="red"><b>*** DONE TO HERE ***</b></font>


====Tag====
====Tag====
* No problems


====Source====
====Source====
* No problems
<font color="red"><b>*** DONE TO HERE ***</b></font>


==== Build & Repack ====
==== Build & Repack ====

Revision as of 13:37, 2 December 2009

Build Engineer(s)

coop

Tracking release bug

Bonsai queries

Tags

Build 1:

Module Branch Tag Pull date
cvsroot/mozilla HEAD GECKO190_20091130_RELBRANCH FIREFOX_3_0_16_BUILD1 FIREFOX_3_0_16_RELEASE 2009-11-19 10:28 PDT (wrong timezone!)
l10n/l10n HEAD GECKO190_20091130_RELBRANCH FIREFOX_3_0_16_BUILD1 FIREFOX_3_0_16_RELEASE 2009-09-22 05:34 PDT

Build 2:

Module Branch Tag Pull date
cvsroot/mozilla HEAD GECKO190_20091130_RELBRANCH FIREFOX_3_0_16_BUILD2 FIREFOX_3_0_16_RELEASE 2009-11-30 18:29 PST
l10n/l10n HEAD GECKO190_20091130_RELBRANCH FIREFOX_3_0_16_BUILD2 FIREFOX_3_0_16_RELEASE 2009-09-22 05:34 PDT

Build 3:

Module Branch Tag Pull date
cvsroot/mozilla HEAD GECKO190_20091130_RELBRANCH FIREFOX_3_0_16_BUILD3 FIREFOX_3_0_16_RELEASE 2009-12-01 15:18 PST
l10n/l10n HEAD GECKO190_20091130_RELBRANCH FIREFOX_3_0_16_BUILD3 FIREFOX_3_0_16_RELEASE 2009-09-22 05:34 PDT

Notes

Build 1

  • on fx-linux-1.9-slave2 deleted:
    • /builds/verify/firefox-3.0.15
    • /builds/verify/firefox-3015-355-major
    • /builds/source/firefox-3.0.15
    • /builds/data/cltbld/firefox-3.0.15
    • /builds/tinderbox/Xr-Mozilla1.9-Release/Linux_2.6.18-53.1.13.el5_Depend
    • /builds/tinderbox/Fx-Mozilla1.9-l10n-Release//Linux_2.6.18-53.1.13.el5_Depend
  • On fx-mac-1.9-slave2 deleted:
    • /builds/verify/firefox-3.0.15
    • /builds/verify/firefox-3015-354-major
    • /builds/verify/firefox-3015-355-major
  • On fx-win32-1.9-slave2 deleted:
    • /e/xr19rel/WINNT_5.2_Depend
    • /e/fx19l10nrel/WINNT_5.2_Depend
    • /e/fx19rel/WINNT_5.2_Depend
  • Available space on slaves:
    • fx-linux-1.9-slave2 35 GB on /builds
    • fx-mac-1.9-slave2 17 GB on /
    • fx-win32-1.9-slave2 15.0 GB on D: / 14.1 GB on E:
  • Kicked off automation:
buildbot sendchange --username=coop --master=localhost:9989 -m"Firefox 3.0.16build1 release" DOOOOOEEEEET!

Tag

Two aborted tag attempts prior to a successful one. Forgot to reconfig the master the first time, and then forgot to update the RELEASE_AUTOMATION_M15 tag on the bootstrap configs to point to the latest version.

Source

No problems.

Build & Repack

  • Linux - No problems
  • Mac - No problems
  • Win32 - *** RESPIN CALLED FOR bug 529401 ***

Build 2

  • on fx-linux-1.9-slave2 deleted:
    • nothing
  • On fx-mac-1.9-slave2 deleted:
    • /builds/partners/partner-repacks/scripts/original_builds
    • /builds/partners/partner-repacks/scripts/repacked_builds
  • On fx-win32-1.9-slave2 deleted:
    • /e/fx19l10nrel/WINNT_5.2_Depend
    • /e/fx19rel/WINNT_5.2_Depend
  • Available space on slaves:
    • fx-linux-1.9-slave2 31 GB on /builds
    • fx-mac-1.9-slave2 17 GB on /
    • fx-win32-1.9-slave2 15.0 GB on D: / 14.1 GB on E:
  • Update the bootstrap configs
  • Check them in and tag them or tag will fail
  • Kicked off automation:
buildbot sendchange --username=coop --master=localhost:9989 -m"Firefox 3.0.16build2 release" DOOOOOEEEEET!

Tag

  • Forgot to tag the bumped configs, so the first tag run failed.
  • Discovered that the build 1 timestamp specified PDT instead of PST, so we missed the last change when creating the relbranch
  • interrupted source and en-US builds
  • merged the change over to the branch, creating rev 3.216.4.1, and moved the FIREFOX_3_0_16_RELEASE and FIREFOX_3_0_16_BUILD2 tags onto that
  • patched production-1.9-master:/build/buildbot/master.cfg and reconfiged
Index: master.cfg
===================================================================
RCS file: /cvsroot/mozilla/tools/buildbot-configs/automation/production-1.9/master.cfg,v
retrieving revision 1.56
diff -u -r1.56 master.cfg
--- master.cfg	5 Aug 2009 03:43:58 -0000	1.56
+++ master.cfg	1 Dec 2009 03:11:29 -0000
@@ -449,13 +449,17 @@
  haltOnFailure=1,
 )
 
+from buildbot.process.factory import BuildFactory
+from buildbot.steps.dummy import Dummy
+dummyFactory = BuildFactory()
+dummyFactory.addStep(Dummy())
 c['builders'].append(
  { 
   'name': 'tag',
   'slavename': 'fx-linux-1.9-slave2',
   'category': 'release',
   'builddir': 'tag',
-  'factory': tagFactory,
+  'factory': dummyFactory,
  },
 )
  • cleaned up fx-linux-1.9-slave2:/builds/source/firefox-3.0.16/batch-source/build2
  • cleaned up /builds/config/firefox-3.0.16-build2 on all three slaves
  • removed FIREFOX_3_0_16_BUILD2_l10n and FIREFOX_3_0_16_BUILD2 tags from mozilla/tools/tinderbox-configs/firefox
  • stopped buildbot on win32 slave, clean up link/make/perl processes, start buildbot
  • give another sendchange
buildbot sendchange --username=nthomas --master=localhost:9989 -m"Firefox 3.0.16build2 release - restart" DOOOOOEEEEET!

In retrospect, merging the change to the relbrnach and doing build 3 would have been much easier!

Source

No problems

Build & Repack

  • Linux - No problems
  • Mac - No problems
  • Win32 - No problems

Sign

L10nVerify

  • No problems

Generate Updates

  • No problems

Publish Updates to Test Channels (betatest & releasetest)

Update Verify

  • linux - No problems
  • win32 - .chk files problems (EXPECTED)
  • mac - No problems

Stage

No problems

*** RESPIN CALLED FOR bug 504862 ***

Build 3

  • on fx-linux-1.9-slave2 deleted:
    • /builds/source/firefox-3.0.16
    • /builds/updates/firefox-3.0.16
    • /builds/verify/firefox-3.0.16
    • /builds/tags/FIREFOX_3_0_16_BUILD1
    • /builds/tinderbox/Xr-Mozilla1.9-Release/Linux_2.6.18-53.1.13.el5_Depend
    • /builds/tinderbox/Fx-Mozilla1.9-l10n-Release/Linux_2.6.18-53.1.13.el5_Depend
  • On fx-mac-1.9-slave2 deleted:
    • nothing
  • On fx-win32-1.9-slave2 deleted:
    • /e/fx19l10nrel/WINNT_5.2_Depend
    • /e/fx19rel/WINNT_5.2_Depend
    • /e/xr19rel/WINNT_5.2_Depend
  • Available space on slaves:
    • fx-linux-1.9-slave2 29 GB on /builds
    • fx-mac-1.9-slave2 24 GB on /
    • fx-win32-1.9-slave2 15.0 GB on D: / 14.1 GB on E:
  • reverted dummy factory change in master.cfg on production-1.9-master
  • Updated the bootstrap configs
  • Checked them in and tagged them with RELEASE_AUTOMATION_M15, otherwise tagging will fail.
  • Kicked off automation:
buildbot sendchange --username=coop --master=localhost:9989 -m"Firefox 3.0.16build3 release" DOOOOOEEEEET!

Tag

  • No problems

Source

  • No problems

*** DONE TO HERE ***

Build & Repack

  • Linux -
  • Mac -
  • Win32 -

Sign

L10nVerify

Generate Updates

Publish Updates to Test Channels (betatest & releasetest)

Update Verify

  • linux -
  • win32 - .chk files problems (EXPECTED)
  • mac -

Stage

XULRunner

Push updates to beta channel

Sign Installers

Update Bouncer

Push to mirrors

Final Verification

Publish Updates to Release Channel

Release

Release matching XULRunner build