canmove, Confirmed users
6,439
edits
(Created page with "= Build 1 = == Checklist == * <s>(RelMan) Ship the l10n milestone (build1 only) * (RelMan) Release:...") |
No edit summary |
||
Line 3: | Line 3: | ||
* <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> | ||
'''NOT GOING TO BE SHIPPED''' | |||
== Problems == | == Problems == | ||
=== GPG key expiration === | === GPG key expiration === | ||
A bunch of stuff failed because our GPG key has expired. {{bug|1139929}} covers it. | A bunch of stuff failed because our GPG key has expired. {{bug|1139929}} covers it. Retriggered all failed jobs after fixing. | ||
=== Mozharness pinning issues === | |||
Mozharness pinning was turned back on between the GPG key problems arising and being fixed. The retriggered jobs failed with errors like: | |||
<pre> | |||
2015-07-17 12:53:36,776 Setting DEBUG logging. | |||
2015-07-17 12:53:36,776 "FIREFOX_40_0b5_RELEASE" was passed as the tag. Querying remote repository for corresponding rev hash. | |||
2015-07-17 12:53:37,342 revision being used: a34d5a02dd0a | |||
2015-07-17 12:53:37,342 attempt 1/10 | |||
2015-07-17 12:53:37,342 Getting archive location from https://api.pub.build.mozilla.org/archiver/hgmo/releases/mozilla-beta/a34d5a02dd0a?&preferred_region=us-west-2&suffix=tar.gz&subdir=testing/mozharness | |||
2015-07-17 12:53:37,605 attempt 1/10 | |||
2015-07-17 12:53:37,671 current task status: no status available at this point. state: PENDING | |||
2015-07-17 12:53:37,671 sleeping for 9.00s (attempt 1/10) | |||
2015-07-17 12:53:46,673 attempt 2/10 | |||
2015-07-17 12:53:46,733 current task status: no status available at this point. state: PENDING | |||
2015-07-17 12:53:46,733 sleeping for 14.50s (attempt 2/10) | |||
2015-07-17 12:54:01,233 attempt 3/10 | |||
2015-07-17 12:54:01,305 current task status: no status available at this point. state: PENDING | |||
2015-07-17 12:54:01,305 sleeping for 21.75s (attempt 3/10) | |||
2015-07-17 12:54:23,056 attempt 4/10 | |||
2015-07-17 12:54:23,127 current task status: no status available at this point. state: PENDING | |||
2015-07-17 12:54:23,127 sleeping for 32.63s (attempt 4/10) | |||
2015-07-17 12:54:55,755 attempt 5/10 | |||
2015-07-17 12:54:55,812 current task status: no status available at this point. state: PENDING | |||
2015-07-17 12:54:55,812 sleeping for 48.94s (attempt 5/10) | |||
2015-07-17 12:55:44,750 attempt 6/10 | |||
2015-07-17 12:55:44,809 current task status: no status available at this point. state: PENDING | |||
2015-07-17 12:55:44,809 sleeping for 74.41s (attempt 6/10) | |||
2015-07-17 12:56:59,220 attempt 7/10 | |||
2015-07-17 12:56:59,292 current task status: no status available at this point. state: PENDING | |||
2015-07-17 12:56:59,292 sleeping for 101.00s (attempt 7/10) | |||
2015-07-17 12:58:40,298 attempt 8/10 | |||
2015-07-17 12:58:40,369 current task status: no status available at this point. state: PENDING | |||
2015-07-17 12:58:40,369 sleeping for 99.00s (attempt 8/10) | |||
2015-07-17 13:00:19,375 attempt 9/10 | |||
2015-07-17 13:00:19,433 current task status: no status available at this point. state: PENDING | |||
2015-07-17 13:00:19,433 sleeping for 100.00s (attempt 9/10) | |||
2015-07-17 13:01:59,438 attempt 10/10 | |||
2015-07-17 13:01:59,506 current task status: no status available at this point. state: PENDING | |||
2015-07-17 13:01:59,506 Archiver's task could not be resolved. Check archiver logs for errors. Task status: no status available at this point. Task state: PENDING | |||
</pre> | |||
However, RelMan has decided that it's too late to ship this release at this point, so we're not going to bother triggering jobs even after mozharness pinning is fixed. |