Closed
Bug 1147586
Opened 11 years ago
Closed 11 years ago
B2G mochitest-chrome not available on try with -u mochitest-chrome, but available with -u all
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgriffin, Assigned: jgriffin)
References
Details
Attachments
(1 file)
|
812 bytes,
patch
|
jlund
:
review+
|
Details | Diff | Splinter Review |
For some reason, B2G emulator mochitest-chrome tests do not get run on a try job with -u mochitest-chrome (e.g., https://treeherder.mozilla.org/#/jobs?repo=try&revision=96f10b54ba5e) but do get run when -u all is specified (e.g., https://treeherder.mozilla.org/#/jobs?repo=try&revision=bf62d64d58ff)
I haven't been able to discover why this is.
Comment 2•11 years ago
|
||
hmm, I'm not too familiar with trychooser and the syntax interpretation. however, I dug around and found this:
http://mxr.mozilla.org/build/source/buildbotcustom/try_parser.py?rev=df52461b1501#22
which led me to: https://bugzil.la/1011700
my best guess is that we once had synonyms for everything under mochitest-other and this is getting swallowed in the commit message, rewriting it to mochitest-o, and I bet emulator (b2g) builds don't have a mochitest-o (other) job to run so no tests are run.
If I'm right, I'd say it's pretty safe to just remove the synonyms and ask devs to rely on explicitly saying mochitest-o if they want other. Especially now that we are taking parts out of other.
Flags: needinfo?(jlund)
| Assignee | ||
Comment 3•11 years ago
|
||
Great spelunking, thanks. I'll do what you suggest.
Assignee: nobody → jgriffin
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•11 years ago
|
||
Thanks. It looks like this is literally the only line that needs to change.
I looked at the last 2 weeks of try pushes, and no one has used this alias. I'll make a post to dev.platform when this lands, as well.
Attachment #8587710 -
Flags: review?(jlund)
Updated•11 years ago
|
Attachment #8587710 -
Flags: review?(jlund) → review+
| Assignee | ||
Comment 5•11 years ago
|
||
https://hg.mozilla.org/build/buildbotcustom/rev/17e4004c89fd
I'll follow up with a post to dev.platform.
Comment 6•11 years ago
|
||
In production: https://hg.mozilla.org/build/buildbotcustom/rev/17e4004c89fd
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•