Closed
Bug 1204120
Opened 8 years ago
Closed 8 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•8 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•8 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•8 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•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=7b4c42f82452
Reporter | ||
Comment 5•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=32ad176f1c4b
Reporter | ||
Comment 6•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=488486282efe
Comment 8•8 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•8 years ago
|
Flags: needinfo?(james)
Comment 12•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/208546659971
Status: NEW → RESOLVED
Closed: 8 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
•