Closed
Bug 840229
Opened 13 years ago
Closed 13 years ago
it appears we are running regular reftest on armv6 android builds instead of reftest small
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: kmoir)
Details
Attachments
(1 file)
|
3.42 KB,
patch
|
armenzg
:
review+
Callek
:
feedback+
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
about 6 weeks ago we added reftestsmall as a type to the mobile automation. This does not change the resolution to 1600x1200 so we can save time and potential breakage due to excessive reboots.
I was looking at logs and noticed that armv6 builds use 1600x1200 resolution instead of the default 1024x768. We should start transitioning as many builds and branches as possible to use the lower resolution.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → kmoir
| Assignee | ||
Comment 1•13 years ago
|
||
jmaher: so you mean that we should enable reftests small for all the panda and android fennec builders on all branches? If this is the case, I can remove more code than this patch includes to make our configs less confusing.
| Reporter | ||
Comment 2•13 years ago
|
||
it requires some changes in the code, I can't remember which branch has it all, but all tests from that branch forward should be running reftestsmall.
| Assignee | ||
Updated•13 years ago
|
Attachment #713033 -
Flags: feedback?(bugspam.Callek)
| Assignee | ||
Comment 3•13 years ago
|
||
ping Callek, do you have any feedback?
Comment 4•13 years ago
|
||
Comment on attachment 713033 [details] [diff] [review]
patch
Review of attachment 713033 [details] [diff] [review]:
-----------------------------------------------------------------
Without giving it a real review (as in check of added/removed builders) this looks like a good idea/patch. Sorry for the delay
Attachment #713033 -
Flags: feedback?(bugspam.Callek) → feedback+
| Assignee | ||
Updated•13 years ago
|
Attachment #713033 -
Flags: review?(armenzg)
Comment 5•13 years ago
|
||
Comment on attachment 713033 [details] [diff] [review]
patch
Review of attachment 713033 [details] [diff] [review]:
-----------------------------------------------------------------
::: mozilla-tests/mobile_config.py
@@ -564,5 @@
> - BRANCHES[branch]["platforms"]["android"]["panda_android"]["opt_unittest_suites"] = deepcopy(ANDROID_UNITTEST_DICT["opt_unittest_suites"])
> - BRANCHES[branch]["platforms"]["android"]["tegra_android"]["opt_unittest_suites"] = deepcopy(ANDROID_UNITTEST_DICT["opt_unittest_suites"])
> -#-------------------------------------------------------------------------
> -# End Load reftests small for m-c based branches and exclude them for the rest
> -#-------------------------------------------------------------------------
As long as we are sure that the code is in place for mozilla-release as well this should be correct.
Attachment #713033 -
Flags: review?(armenzg) → review+
| Assignee | ||
Updated•13 years ago
|
Attachment #713033 -
Flags: checked-in+
Comment 6•13 years ago
|
||
In production
| Assignee | ||
Comment 7•13 years ago
|
||
verified on tbpl
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•