Closed
Bug 978233
Opened 11 years ago
Closed 11 years ago
mozharness should use --manifest instead of --test-manifest for emulator-jb mochitests
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ahal, Assigned: ahal)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
Mochitest manifests are still in a transition phase, and the command line for them is a little (ok a lot) hairy. Right now --test-manifest is used for the .json style manifests and --manifest is used for the .ini still. There's also --run-only-tests which is an alias for --test-manifest.
I think the harness should just have one commandline option and detect which type of manifest was passed in automatically. The problem here is that until we have 100% coverage with .ini style manifests we might actually need to pass in both! So for now I propose that we just add a little hack to mozharness to take care of this mess for us.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ahalberstadt
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
Comment on attachment 8383898 [details] [diff] [review]
mochitest manifest hack
Review of attachment 8383898 [details] [diff] [review]:
-----------------------------------------------------------------
We can unwind this later after it's not necessary.
Attachment #8383898 -
Flags: review?(jgriffin) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
mozharness patch is merged and live in production! :)
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Component: General Automation → Mozharness
You need to log in
before you can comment on or make changes to this bug.
Description
•