gecko-dev/tools/tryselect
Andrew Halberstadt 3087b17a69 Bug 1413928 - [tryselect] Implement paths for |mach try fuzzy| r=maja_zf
This enables the syntax like:
./mach try fuzzy dom/indexedDB

This will open up the fzf interface like normal, except only tasks
that have tests under dom/indexedDB will be selectable (and there
will only be one chunk per configuration).

This can be combined with -q/--query like normal:
./mach try fuzzy dom/indexedDB -q "!pgo !cov !asan"

When the tasks get scheduled, only the tests under the specified
path(s) will run within the harness.

MozReview-Commit-ID: IHRXXi5mB4G

--HG--
extra : rebase_source : 8a89f255591e6dfa31b1420196c4698f2015d10c
2017-11-15 16:36:07 -05:00
..
docs Bug 1413928 - [tryselect] Implement paths for |mach try fuzzy| r=maja_zf 2017-11-15 16:36:07 -05:00
selectors Bug 1413928 - [tryselect] Implement paths for |mach try fuzzy| r=maja_zf 2017-11-15 16:36:07 -05:00
test Bug 1413928 - [tryselect] Implement paths for |mach try fuzzy| r=maja_zf 2017-11-15 16:36:07 -05:00
__init__.py
cli.py Bug 1413928 - [tryselect] Change templates to return an entire context dict instead of a single value r=maja_zf 2018-01-15 16:05:17 -05:00
mach_commands.py Bug 1419512 - [tryselect] Consolidate subcommand parser retrieval in mach_commands.py, r=armenzg 2017-11-02 16:02:35 -04:00
preset.py Bug 1400503 - [tryselect] Add an option to open the presets file in an editor, r=armenzg 2017-10-27 14:58:34 -04:00
tasks.py Bug 1423887 - [tryselect] Enable taskgraph.fast when generating tasks from |mach try|, r=catlee 2017-12-07 09:01:35 -05:00
templates.py Bug 1413928 - [tryselect] Add a new 'path' template r=maja_zf 2018-01-15 16:05:37 -05:00
vcs.py Bug 1412134 - [tryselect] Redirect stderr to a separate pipe, r=chmanchester 2017-10-30 16:35:45 -04:00