Releases/Fennec 38.0b10/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(no builds to remove)
(→‎Build 2: repack fail)
Line 13: Line 13:
* ''No need to remove prior builds, build 1 killed during tagging.''</s>
* ''No need to remove prior builds, build 1 killed during tagging.''</s>
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]]
* [[Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Post-release_tasks | Post-release tasks]]
=== Issues ===
The repacks all failed like this
18:57:40    INFO - Updating /builds/slave/rel-m-beta-and-api-11_rpk_1-00/build/mozilla-beta revision FENNEC_38_0b10_RELEASE.
18:57:40    INFO - Running command: ['hg', '--config', 'ui.merge=internal:merge', 'update', '-C', '-r', 'FENNEC_38_0b10_RELEASE'] in /builds/slave/rel-m-beta-and-api-11_rpk_1-00/build/mozilla-beta
18:57:40    INFO - Copy/paste: hg --config ui.merge=internal:merge update -C -r FENNEC_38_0b10_RELEASE
18:58:11    ERROR -  abort: unknown revision 'FENNEC_38_0b10_RELEASE'!
ie trying to use mozilla-beta, which is hardcoded in the mh config. Part of the crazy way we're doing beta on the release repo ({{bug|1158124}}).
[https://hg.mozilla.org/build/mozharness/rev/d9f4f2430fe1 Fix the configs],
[https://hg.mozilla.org/build/mozharness/rev/3211ed508293 retag], and
[https://hg.mozilla.org/build/mozharness/rev/a7e7233ac59b backout]. Rebuilt all 20 jobs.

Revision as of 03:08, 4 May 2015

Fennec 38.0b10

Special notes:

  • being built from m-r repo with beta configs - new patch see bug 1158124

Build 1

build 1 cancelled (over cautious response to 38.0rc1 branding issue, see 38.0 build notes for details).

Build 2

Issues

The repacks all failed like this

18:57:40     INFO - Updating /builds/slave/rel-m-beta-and-api-11_rpk_1-00/build/mozilla-beta revision FENNEC_38_0b10_RELEASE.
18:57:40     INFO - Running command: ['hg', '--config', 'ui.merge=internal:merge', 'update', '-C', '-r', 'FENNEC_38_0b10_RELEASE'] in /builds/slave/rel-m-beta-and-api-11_rpk_1-00/build/mozilla-beta
18:57:40     INFO - Copy/paste: hg --config ui.merge=internal:merge update -C -r FENNEC_38_0b10_RELEASE
18:58:11    ERROR -  abort: unknown revision 'FENNEC_38_0b10_RELEASE'!

ie trying to use mozilla-beta, which is hardcoded in the mh config. Part of the crazy way we're doing beta on the release repo (bug 1158124).

Fix the configs, retag, and backout. Rebuilt all 20 jobs.