Closed
Bug 449621
Opened 17 years ago
Closed 17 years ago
symbol upload for tracemonkey builds
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shaver, Assigned: bhearsum)
Details
Attachments
(1 file, 1 obsolete file)
4.10 KB,
patch
|
Details | Diff | Splinter Review |
14:00 < ted> should be easy
14:00 < ted> there's an env var that we set so as to avoid buildid collisions
14:00 < ted> and then you just make it upload like the normal builds do
14:01 < ted> set MOZ_SYMBOLS_EXTRA_BUILDID=tracemonkey
14:01 < ted> or some such
14:03 < ted> shaver: you may want to file a bug on this so it doesn't get
forgotten in the ephemeral stream of irc
14:04 < lsblakk> shaver: i can add that env var to the unittest one
14:04 < shaver> yeah, then we just need to do the actual symbol upload
Assignee | ||
Comment 1•17 years ago
|
||
Note: we need to modify the "build" Buildbot (hg.m.o/build/buildbot-configs/mozilla2/config.py to upload symbols for our published nightly builds, not the unittest master.
Comment 2•17 years ago
|
||
The unittest master.cfg Local Environments needs to be changed as well for the tracemonkey-unittest builds.
Although, if you make this change to the automated builds, perhaps there is no need to upload symbols from the unittest build as well.
Assignee | ||
Comment 3•17 years ago
|
||
There's no reason at all to upload unittest build symbols, we don't publish those builds and therefore would not get crash reports from them.
Assignee | ||
Comment 4•17 years ago
|
||
Assignee: nobody → bhearsum
Status: NEW → ASSIGNED
Attachment #333743 -
Flags: review?(ted.mielczarek)
Comment 5•17 years ago
|
||
Comment on attachment 333743 [details] [diff] [review]
enable symbol upload for tracemonkey nightlies
+ 'SYMBOL_SERVER_EXTRA_BUILDID': 'tracemonkey',
You want MOZ_SYMBOLS_EXTRA_BUILDID:
http://mxr.mozilla.org/mozilla-central/source/Makefile.in#176
Attachment #333743 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 6•17 years ago
|
||
changeset: 231:c36e83943609
Attachment #333743 -
Attachment is obsolete: true
Assignee | ||
Comment 7•17 years ago
|
||
I'm kicking new nightlies to give this a try.
Assignee | ||
Comment 8•17 years ago
|
||
Mac is still broken due to bug 448616. I haven't kicked a Windows build because the slaves are quite busy right now - the regularly scheduled nightly will have symbols, though.
Status: ASSIGNED → RESOLVED
Closed: 17 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
•