canmove, Confirmed users
6,441
edits
(→Issues: release uv fail) |
No edit summary |
||
| Line 1: | Line 1: | ||
= Firefox | = Firefox = | ||
== Build 1 == | |||
* <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] (build1 only) | * <s>(RelMan) [[Release:Release_Automation_on_Mercurial:Preparation#L10N_Changesets | Ship the l10n milestone]] (build1 only) | ||
* (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]]</s> | * (RelMan) [[Release:Release_Automation_on_Mercurial:Starting_a_Release#Submit_to_Ship_It | Submit to Ship It]]</s> | ||
| Line 10: | Line 11: | ||
* [[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 == | === Issues === | ||
==== Intermittent/silly things ==== | |||
* linux64 repack 2/10 hang downloading mar file for the first locale | * linux64 repack 2/10 hang downloading mar file for the first locale | ||
<pre>Downloading http://stage.mozilla.org/pub/mozilla.org/firefox/candidates/40.0-candidates/build1/linux-x86_64/en-US/firefox-40.0.tar.bz2 to firefox.tar.bz2 | <pre>Downloading http://stage.mozilla.org/pub/mozilla.org/firefox/candidates/40.0-candidates/build1/linux-x86_64/en-US/firefox-40.0.tar.bz2 to firefox.tar.bz2 | ||
| Line 21: | Line 23: | ||
* win32 repack 10/10 ran out of space with two locales to do. {{Bug|1190644}} to increase the requirement. It auto-retried but that was missed, and the standalone_repack job was used | * win32 repack 10/10 ran out of space with two locales to do. {{Bug|1190644}} to increase the requirement. It auto-retried but that was missed, and the standalone_repack job was used | ||
* win32 repack 6/10 also failed, got 9.0G after asking for 7G. Auto-retried. | * win32 repack 6/10 also failed, got 9.0G after asking for 7G. Auto-retried. | ||
==== Release channel updates builder failure ==== | |||
firefox_release_updates failed with duplicate past-update lines, fixed with a [http://hg.mozilla.org/build/tools/rev/cbc9ecaea146 config tweak] | |||
This probably also caused the bustage in beta_final_verification and beta_update_verify (some but not all, strangely). Should we block on both updates builders completing ? | |||
==== Mac release update verify failures ==== | |||
5 of the mac release update_verify failed with either an empty response, or completes that specified download.m.o instead of stage.m.o (despite being on the release-localtest channel). Not reproducible now, so must have been caching issues. We may need a delay at the end of the updates builder again. Also should look to see if caching is doing what we expect. | |||