Closed
Bug 1204120
Opened 10 years ago
Closed 10 years ago
Add talos support to |mach try|
Categories
(Testing :: General, defect)
Testing
General
Tracking
(firefox44 fixed)
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: jgraham, Unassigned)
References
Details
Attachments
(1 file)
With the implementation that uses REMAINDER_ARGS to find extra things to pass to mozharness '-t none' considers -t to be an argument to pass through and 'none' to be a test path. Which is not ideal. So why not just support this.
| Reporter | ||
Comment 1•10 years ago
|
||
Bug 1204120 - Allow passing talos arguments to |mach try|.
This has the side effect that passing -t none doesn't result
in bare -t being passed (because "none" is interpreted as a
test path).
Attachment #8660269 -
Flags: review?(cmanchester)
Comment 2•10 years ago
|
||
Comment on attachment 8660269 [details]
MozReview Request: Bug 1204120 - Allow passing talos arguments to |mach try|.
https://reviewboard.mozilla.org/r/19083/#review17111
::: testing/tools/autotry/autotry.py:27
(Diff revision 1)
> - help='Build types to run (d for debug, o for optimized)')
> + help='Talos suites to run in their entirety')
just 'Talos suites to run'
Attachment #8660269 -
Flags: review?(cmanchester) → review+
| Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8660269 [details]
MozReview Request: Bug 1204120 - Allow passing talos arguments to |mach try|.
Bug 1204120 - Allow passing talos arguments to |mach try|.
This has the side effect that passing -t none doesn't result
in bare -t being passed (because "none" is interpreted as a
test path).
| Reporter | ||
Comment 4•10 years ago
|
||
| Reporter | ||
Comment 5•10 years ago
|
||
| Reporter | ||
Comment 6•10 years ago
|
||
Comment 8•10 years ago
|
||
sorry had to back this out since one of the changes caused https://treeherder.mozilla.org/logviewer.html#?job_id=14640968&repo=mozilla-inbound
| Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(james)
Comment 11•10 years ago
|
||
Comment 12•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•