gecko-dev/tools/tryselect
Andrew Halberstadt 135003aa80 Bug 1414921 - Add --geckoProfile to capture profiles from talos tasks to |mach try fuzzy|, r=dustin
Enables |./mach try fuzzy --talos-profile|. This template only applies to talos
tasks. It also provides --geckoProfile for consistency with |mach try syntax|,
but I don't like this name so it's hidden from the help.

The 'talos-profile.yml' template is also very specific (only applies to Talos
tasks).  Ideally I'd like a general 'command.yml' template that just appends
arguments to the command for any arbitrary tasks. But then we'd need to invent
an expression syntax in try_task_config.json so we could make sure it only
applies to Talos. Then I thought rather than implement it for a specific
template, we should have a general way of doing this which could apply to any
and all of the templates.

Needless to say, it's a rabbit hole and something that's best left to a
follow-up so we don't delay this bug.

MozReview-Commit-ID: GhllZ7sr0ar

--HG--
extra : rebase_source : 1de4deecc2f73130904d7c95d4ff12f85883cd91
2017-12-13 16:16:09 -05:00
..
docs Bug 1446954: Remove support for running tests on automation without stylo configurations. r=froydnj 2018-03-20 11:29:08 +01:00
selectors Bug 1414921 - Add --geckoProfile to capture profiles from talos tasks to |mach try fuzzy|, r=dustin 2017-12-13 16:16:09 -05:00
test Bug 1414921 - Add --geckoProfile to capture profiles from talos tasks to |mach try fuzzy|, r=dustin 2017-12-13 16:16:09 -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 1414921 - Add --geckoProfile to capture profiles from talos tasks to |mach try fuzzy|, r=dustin 2017-12-13 16:16:09 -05:00
vcs.py Bug 1412134 - [tryselect] Redirect stderr to a separate pipe, r=chmanchester 2017-10-30 16:35:45 -04:00