Closed
Bug 587569
Opened 15 years ago
Closed 15 years ago
mobile builds are uploading buildsymbols every build
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
Details
Attachments
(2 files)
7.26 KB,
patch
|
jhford
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
2.16 KB,
patch
|
jhford
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
They should only upload on nightlies if it's set.
Assignee | ||
Comment 1•15 years ago
|
||
they're also uploading into symbols_ffx instead of symbols_mob
Attachment #466237 -
Flags: review?(jhford)
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #466238 -
Flags: review?(jhford)
![]() |
||
Updated•15 years ago
|
Attachment #466238 -
Flags: review?(jhford) → review+
![]() |
||
Comment 3•15 years ago
|
||
Comment on attachment 466237 [details] [diff] [review]
fix mobile symbols path
> 'symbol_server_path': '/mnt/netapp/breakpad/symbols_ffx/',
>+ 'mobile_symbol_server_path': '/mnt/netapp/breakpad/symbols_mob/',
> 'symbol_server_xulrunner_path': '/mnt/netapp/breakpad/symbols_xr/',
>+MOBILE_SYMBOL_SERVER_PATH = GLOBAL_VARS['mobile_symbol_server_path']
r+ if we do s/mobile_symbol_server_path/symbol_server_mobile_path/ to keep it consistent with how we do it for XULRunner.
Attachment #466237 -
Flags: review?(jhford) → review+
Assignee | ||
Comment 4•15 years ago
|
||
Comment on attachment 466238 [details] [diff] [review]
only upload symbols on nightlies
http://hg.mozilla.org/build/buildbotcustom/rev/93364847472c
Attachment #466238 -
Flags: checked-in+
Assignee | ||
Comment 5•15 years ago
|
||
Comment on attachment 466237 [details] [diff] [review]
fix mobile symbols path
http://hg.mozilla.org/build/buildbot-configs/rev/e7937d253965
Attachment #466237 -
Flags: checked-in+
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 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
•