Closed
Bug 732516
Opened 13 years ago
Closed 13 years ago
l10n verification shouldn't rsync zip files
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: coop, Assigned: rail)
Details
(Whiteboard: [release][l110n][simple][buildduty])
Attachments
(1 file)
1.77 KB,
patch
|
catlee
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
purge_builds.py only asks for 4GB of free space right now for Windows l10n verification.
Since the mac slave for Firefox 11.0b5 (moz2-darwin10-slave26) reported 10.50 GB of space available at the start of the l10n verification job, I'd say we should be asking for at least 15 GB of space. We download all the localized installers *and* zips for both the current and the previous release, and that can add up fast.
Updated•13 years ago
|
Priority: -- → P2
Whiteboard: [release][l110n] → [release][l110n][simple][buildduty]
Assignee | ||
Comment 1•13 years ago
|
||
I think that we should just stop rsyncing zip files:
created directory firefox-10.0.3esr-build1
win32/
win32/af/
win32/af/Firefox Setup 10.0.3esr.exe
win32/af/firefox-10.0.3esr.zip
Attachment #602617 -
Flags: review?(catlee)
Assignee | ||
Comment 2•13 years ago
|
||
Yeah, in pre-signing-on-demand life we used to rsync files from unsigned/win32 to win32 excluding zip files. Now we upload everything directly to win32.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rail
Updated•13 years ago
|
Attachment #602617 -
Flags: review?(catlee) → review+
Assignee | ||
Updated•13 years ago
|
Summary: Bump free space requirement for Windows l10n verification → l10n verification shouldn't rsync zip files
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 602617 [details] [diff] [review]
don't sync zip files
http://hg.mozilla.org/build/buildbotcustom/rev/0da0fd58abe8
Attachment #602617 -
Flags: checked-in+
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
This made it to production today.
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•