Closed
Bug 1160183
Opened 10 years ago
Closed 10 years ago
test android 4.3 debug mochitests on c3.xlarge
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kmoir, Assigned: kmoir)
References
Details
Attachments
(2 files, 3 obsolete files)
|
4.96 KB,
patch
|
rail
:
review+
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
|
827 bytes,
patch
|
rail
:
review+
kmoir
:
checked-in+
|
Details | Diff | Splinter Review |
To support work in bug 1154804
I have my master setup and slave loaned to do this.
| Assignee | ||
Comment 1•10 years ago
|
||
running tests now, staging env was hosed for a bit due to too many builders issue from bug 1156425
Comment 2•10 years ago
|
||
Thanks Kim. There are still some failures that are not related to timing. If you want to eliminate those, the build and/or patches in https://treeherder.mozilla.org/#/jobs?repo=try&revision=9020ea08061b&exclusion_profile=false may be useful.
| Assignee | ||
Comment 3•10 years ago
|
||
Here are the results on c3-xlarge so far. There are still a few left to run.
http://dev-master2.bb.releng.use1.mozilla.com:8036/one_line_per_build?numbuilds=40
I didn't use the patches in comment #2 before I started them
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Comment 5•10 years ago
|
||
patch to enable on try with c3.xlarge for debug mochitests on try
Attachment #8601098 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•10 years ago
|
||
Sorry my master was not showing the completed jobs because I reconfiged for another patch. It looks like the only failures were m-4, m-16 and all the gl tests
Comment 7•10 years ago
|
||
I have been having a terrible time trying to eliminate frequent failures from m-1, m-9,and m-10, so that's great news for plain mochitests. gl test failures are puzzling -- those have been running green for me! (But I can't see your results -- cannot access dev-master2.bb.releng.use1.mozilla.com.)
| Assignee | ||
Comment 8•10 years ago
|
||
:gbrown you have to be connected to the releng vpn to see the master. If you don't have access, I will attach logs
| Assignee | ||
Comment 9•10 years ago
|
||
Attachment #8601492 -
Attachment is obsolete: true
| Assignee | ||
Comment 10•10 years ago
|
||
| Assignee | ||
Comment 11•10 years ago
|
||
Comment on attachment 8602293 [details] [diff] [review]
bug1160183.patch
patch to run Android 4.3 mochitest debug on c3.xlarge to avoid timeouts
Attachment #8602293 -
Flags: review?
| Assignee | ||
Updated•10 years ago
|
Attachment #8602293 -
Flags: review? → review?(rail)
| Assignee | ||
Updated•10 years ago
|
Attachment #8602294 -
Flags: review?(rail)
Comment 12•10 years ago
|
||
Comment on attachment 8602294 [details] [diff] [review]
bug1160183wp.patch
Review of attachment 8602294 [details] [diff] [review]:
-----------------------------------------------------------------
::: configs/watch_pending.cfg
@@ +28,4 @@
> "^Android 2.3( Armv6)? Emulator.*(?:plain-reftest|crashtest|jsreftest)": "tst-emulator64",
> "^Android armv7 API 9.*test (?:(?!plain-reftest|crashtest|jsreftest).)*$": "tst-linux64",
> "^Android armv7 API 9.*test .*(?:plain-reftest|crashtest|jsreftest)": "tst-emulator64",
> + "^Android 4.3 armv7 API 11+.*debug test .*(?:mochitest-\d).*": "tst-emulator64",
I think you need to escape "+" here as it's done below and add "+" after "\\d", something like
"^Android 4.3 armv7 API 11\\+.*debug test .*(?:mochitest-\\d+).*": "tst-emulator64",
Attachment #8602294 -
Flags: review?(rail) → review-
Comment 13•10 years ago
|
||
Comment on attachment 8602293 [details] [diff] [review]
bug1160183.patch
Review of attachment 8602293 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Can you remove trailing spaces when you land?
Attachment #8602293 -
Flags: review?(rail) → review+
Comment 14•10 years ago
|
||
(In reply to Geoff Brown [:gbrown] from comment #7)
> gl test failures are puzzling -- those have been running green for me!
Sorry, not puzzling at all. You need the patch in bug 1140459 for green mochitest-gl on debug.
| Assignee | ||
Comment 15•10 years ago
|
||
Attachment #8602294 -
Attachment is obsolete: true
Attachment #8602718 -
Flags: review?(rail)
Updated•10 years ago
|
Attachment #8602718 -
Flags: review?(rail) → review+
Comment 16•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Attachment #8602293 -
Flags: checked-in+
| Assignee | ||
Updated•10 years ago
|
Attachment #8602718 -
Flags: checked-in+
| Assignee | ||
Comment 17•10 years ago
|
||
verified on treeherder
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•