gecko-dev/tools/tryselect
Andrew Halberstadt c451dcfe84 Bug 1391075 - Add template to modify task env from |mach try fuzzy|, r=dustin
This adds a new morph template for modifying a task's env and the corresponding glue
to specify it from |mach try fuzzy|. It can be used like:

./mach try fuzzy --env FOO=1 --env BAR=baz

This will simply set those environment variables in *all* tasks. We could add the
ability to only specify it for a subset of tasks in the future, but that seems like
a hard problem that probably isn't worth it.

MozReview-Commit-ID: C4sokv886PU

--HG--
extra : rebase_source : 64c9105848e6becd33fae63aeabc3423cfda3bdf
2017-08-25 15:24:22 -04:00
..
selectors Bug 1391075 - Add template to modify task env from |mach try fuzzy|, r=dustin 2017-08-25 15:24:22 -04:00
test Bug 1391075 - Add template to modify task env from |mach try fuzzy|, r=dustin 2017-08-25 15:24:22 -04:00
__init__.py
cli.py Bug 1390969 - [tryselect] Pull presets handling out of the 'syntax' selector r=jgraham 2017-08-17 11:14:07 -04:00
mach_commands.py Bug 1395267 - [tryselect] Make default try selector used when running |mach try| without subcommands configurable, r=armenzg 2017-08-30 14:45:46 -04:00
preset.py Bug 1390969 - [tryselect] Pull presets handling out of the 'syntax' selector r=jgraham 2017-08-17 11:14:07 -04:00
tasks.py Bug 1390605 - Add ability to use full_task_set and tasks from other projects to mach try fuzzy, r=Callek 2017-08-15 15:22:56 -04:00
templates.py Bug 1391075 - Add template to modify task env from |mach try fuzzy|, r=dustin 2017-08-25 15:24:22 -04:00
vcs.py Bug 1394391 - [tryselect] Split hg implementation of files_changed to a list, r=jhford 2017-08-28 09:13:46 -04:00