Closed
Bug 847927
Opened 11 years ago
Closed 11 years ago
Gaia UI tests fail because they can't figure out the symbols_url
Categories
(Release Engineering :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
Attachments
(1 file, 2 obsolete files)
1.41 KB,
patch
|
armenzg
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
This is a fall out from bug 843303. 04:41:21 FATAL - Can't figure out symbols_url from installer_url http://pvtbuilds.pvt.build.mozilla.org//pub/mozilla.org/b2g/tinderbox-builds/gaia-master-panda/20130305033150!
Assignee | ||
Updated•11 years ago
|
Priority: -- → P1
Assignee | ||
Comment 1•11 years ago
|
||
Maybe this disables downloading the symbols for gaia ui tests.
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #721299 -
Flags: review?(aki)
Assignee | ||
Updated•11 years ago
|
Attachment #721255 -
Flags: review?(aki)
Comment 3•11 years ago
|
||
Comment on attachment 721299 [details] [diff] [review] do not download symbols if disabled I don't think we need this. If download_symbols is there and True, we append the symbols options. If download_symbols is either not there or False, we don't append the symbols options.
Attachment #721299 -
Flags: review?(aki) → review-
Updated•11 years ago
|
Attachment #721255 -
Flags: review?(aki) → review+
Comment 4•11 years ago
|
||
I think this is actually the chunk you want: http://hg.mozilla.org/build/buildbotcustom/file/afd43bdc82a6/misc.py#l2052 I think specifying download_symbols = False will do the trick.
Comment 5•11 years ago
|
||
Hm... you might actually want to PLATFORMS['b2g_panda']['b2g_panda'] = { 'name': builder_prefix + "_panda", 'download_symbols': False, }
Assignee | ||
Comment 6•11 years ago
|
||
r=aki in IRC. dadefd9ea4cb
Attachment #721255 -
Attachment is obsolete: true
Attachment #721299 -
Attachment is obsolete: true
Attachment #721389 -
Flags: review+
Attachment #721389 -
Flags: checked-in+
Assignee | ||
Comment 7•11 years ago
|
||
This went live 16 hours ago: http://hg.mozilla.org/build/mozharness/rev/3f4dbe4f9b4c I will look for green jobs in a bit.
Assignee | ||
Comment 8•11 years ago
|
||
Well, I'm kind of loosing it. I'm waiting on a reconfig, not a mozharness merge :P
Assignee | ||
Updated•11 years ago
|
Whiteboard: waiting on reconfig
Assignee | ||
Comment 9•11 years ago
|
||
Merged and reconfiguration completed.
Whiteboard: waiting on reconfig
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → Release Engineering
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•