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)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: armenzg, Assigned: armenzg)

References

Details

Attachments

(1 file, 2 obsolete files)

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!
Priority: -- → P1
Attached patch disable downloading symbols for (obsolete) — Splinter Review
Maybe this disables downloading the symbols for gaia ui tests.
Attachment #721299 - Flags: review?(aki)
Attachment #721255 - Flags: review?(aki)
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-
Attachment #721255 - Flags: review?(aki) → review+
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.
Hm... you might actually want to

PLATFORMS['b2g_panda']['b2g_panda'] = {
    'name': builder_prefix + "_panda",
    'download_symbols': False,
}
Attached patch fixSplinter Review
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+
This went live 16 hours ago:
http://hg.mozilla.org/build/mozharness/rev/3f4dbe4f9b4c

I will look for green jobs in a bit.
Well, I'm kind of loosing it.
I'm waiting on a reconfig, not a mozharness merge :P
Whiteboard: waiting on reconfig
Merged and reconfiguration completed.
Whiteboard: waiting on reconfig
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: