Closed
Bug 635486
Opened 14 years ago
Closed 14 years ago
Upload logs for release builds to ftp
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: catlee)
References
Details
(Whiteboard: [logs])
Attachments
(4 files)
4.43 KB,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
13.90 KB,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
1.43 KB,
patch
|
nthomas
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
929 bytes,
patch
|
nthomas
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•14 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #514180 -
Flags: review?(bhearsum)
Assignee | ||
Comment 2•14 years ago
|
||
Required a bunch of work in the log uploader to get stuff into the right places.
For l10n work (bug 625189), we pass in --l10n or --l10n --nightly to log_uploader.py. The has the effect of appending the locale name to the buildername in the log filename, e.g. http://staging-stage.build.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-l10n/mozilla-central-macosx64-l10n-dep-eu-build20.txt.gz. Makes it easier to find the log you're looking for!
Logs for l10n dep builds go into the tinderbox-builds/<branch>-l10n/ directory, along with the dep repack binaries. I initially had the logs going into the directory of the en-US binary, which has the nice effect of not cluttering up the l10n dir with lots of log files. However, I think that having the logs in the l10n dir makes them easier to find. The downside is that we'll have a month's worth of logs in there (or whatever the retention policy is).
Logs for nightly l10n jobs go into the dated directory along with the repacks, e.g. http://staging-stage.build.mozilla.org/pub/mozilla.org/firefox/nightly/2011/02/2011-02-22-03-mozilla-central-l10n/mozilla-central-linux-l10n-nightly-tr-build6.txt.gz
Logs for release builds go into a new 'logs' directory in the candidates directory, e.g. http://staging-stage.build.mozilla.org/pub/mozilla.org/firefox/nightly/3.6.14-candidates/build2/logs/
I think the signing rsync exclude list and push to mirrors exclude list will need to be updated to ignore this directory. Any other ones you know about?
Attachment #514183 -
Flags: review?(bhearsum)
Updated•14 years ago
|
Attachment #514180 -
Flags: review?(bhearsum) → review+
Updated•14 years ago
|
Attachment #514183 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Comment on attachment 514183 [details] [diff] [review]
Add log uploader for release and l10n builds
http://hg.mozilla.org/build/buildbotcustom/rev/4c84f7acd230
Attachment #514183 -
Flags: checked-in+
Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 514180 [details] [diff] [review]
Don't upload win32 logs to unsigned directory, print out urls for release-to-dated
http://hg.mozilla.org/build/tools/rev/fb1a62d3a053
Attachment #514180 -
Flags: checked-in+
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 5•14 years ago
|
||
(In reply to comment #2)
> I think the signing rsync exclude list and push to mirrors exclude list will
> need to be updated to ignore this directory. Any other ones you know about?
Can't see any sign of this in the two patches here, did it happen elsewhere ?
Assignee | ||
Comment 6•14 years ago
|
||
(In reply to comment #5)
> (In reply to comment #2)
> > I think the signing rsync exclude list and push to mirrors exclude list will
> > need to be updated to ignore this directory. Any other ones you know about?
>
> Can't see any sign of this in the two patches here, did it happen elsewhere ?
whoops! not yet
Assignee | ||
Comment 7•14 years ago
|
||
Attachment #519589 -
Flags: review?(nrthomas)
Comment 8•14 years ago
|
||
Comment on attachment 519589 [details] [diff] [review]
rsync excludes
Should fix up l10n verify too:
http://mxr.mozilla.org/build/source/buildbotcustom/process/factory.py#5529
Attachment #519589 -
Flags: review?(nrthomas) → review+
Assignee | ||
Comment 9•14 years ago
|
||
Attachment #519660 -
Flags: review?(nrthomas)
Assignee | ||
Updated•14 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 10•14 years ago
|
||
Comment on attachment 519589 [details] [diff] [review]
rsync excludes
http://hg.mozilla.org/build/tools/rev/e0859b978817
Attachment #519589 -
Flags: checked-in+
Updated•14 years ago
|
Attachment #519660 -
Flags: review?(nrthomas) → review+
Assignee | ||
Comment 11•14 years ago
|
||
Comment on attachment 519660 [details] [diff] [review]
more rsync excludes
http://hg.mozilla.org/build/buildbotcustom/rev/48a72b08bb38
Attachment #519660 -
Flags: checked-in+
Assignee | ||
Updated•14 years ago
|
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•