Closed
Bug 1272786
Opened 8 years ago
Closed 8 years ago
Android emulator scripts hard-code /home/cltbld/.android
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(firefox49 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
(deleted),
patch
|
kmoir
:
review+
|
Details | Diff | Splinter Review |
Android emulator mozharness scripts (android_emulator_unittest.py, etc) assume the location of emulator avds is always in /home/cltbld/.android, unless in developer mode. That won't be convenient on taskcluster.
Better to use a mozharness configuration setting. (Curiously, there is a setting in the 4.3 config, but it isn't used!)
Assignee | ||
Comment 1•8 years ago
|
||
This allows us to configure the path to the avd, even when not in developer_mode.
Does no harm to current jobs: https://treeherder.mozilla.org/#/jobs?repo=try&revision=4dbae43e8ecc
I'll make use of this in bug 1270544.
Attachment #8752932 -
Flags: review?(kmoir)
Updated•8 years ago
|
Attachment #8752932 -
Flags: review?(kmoir) → review+
Comment 3•8 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•