Closed
Bug 1389260
Opened 8 years ago
Closed 8 years ago
nightly win+osx l10n signing is timing out
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(firefox57 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
Short term:
- increase number of chunks, or
- increase timeout
I prefer the former.
Medium term:
- write patch to determine number of locales per chunk (e.g. 5); calculate the number of chunks at graph time.
With 5 locales-per-chunk,
2 locales -> 1 chunk
92 locales -> 19 chunks
| Assignee | ||
Comment 1•8 years ago
|
||
Pushed by asasaki@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d60f3724f1a7
split by max # of locales per chunk. fix nightly l10n. r=bustage DONTBUILD
| Assignee | ||
Comment 3•8 years ago
|
||
Callek: I landed https://hg.mozilla.org/integration/mozilla-inbound/rev/d60f3724f1a79d903f888d5053dcecef8a16e5ba r=bustage to avoid another day of busted nightly l10n signing on central.
If you have any feedback or review comments, I'm happy to address as a followup.
Flags: needinfo?(bugspam.Callek)
Pushed by kwierso@gmail.com:
https://hg.mozilla.org/mozilla-central/rev/6d87a60864a8
split by max # of locales per chunk. fix nightly l10n. r=bustage a=merge
Comment 5•8 years ago
|
||
| bugherder | ||
Comment 6•8 years ago
|
||
I'd be happier if we (somehow) tried to even the chunk sizes out if a remainder existed, (e.g. if we have a remainder of 1, but a max locale size of 10, do we then pull some off the top of the other locales...)
I'm not sure we can accomplish that easily or sanely right now, so this works.
Flags: needinfo?(bugspam.Callek)
Comment 8•8 years ago
|
||
| bugherder | ||
| Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•