gecko-dev/tools/tryselect
Andrew Halberstadt 0295d6c8af Bug 1648791 - [try] Add a try preset to select build tasks, r=glandium
This can be run using:

     $ ./mach try --preset builds

The build list can be filtered further using '-xq', e.g:

    $ ./mach try --preset builds -xq "win"

Or it can be filtered further interactively:

    $ ./mach try --preset builds -xi

Finally, tasks can be added to the build list:

    $ ./mach try --preset builds -q "'windows 'mochitest"

This gives a T-style push. There is currently no way to both filter builds and
add additional tasks, it needs to be one or the other.

Differential Revision: https://phabricator.services.mozilla.com/D81352
2020-09-08 05:01:44 +00:00
..
docs Bug 1657926 - firefox doc: fix some warnings r=championshuttler 2020-08-11 23:20:25 +00:00
selectors Bug 1659267 - Remove usages of -moz-user-select across the Firefox codebase. r=emilio,marionette-reviewers,geckoview-reviewers,preferences-reviewers,whimboo,agi 2020-08-18 23:37:51 +00:00
test Bug 1657649 - [ci] Remove the SETA shadow-scheduler, r=jmaher 2020-08-06 20:27:26 +00:00
util Bug 1635136 - add a --push-to-try option r=aerickson 2020-05-12 21:19:48 +00:00
__init__.py
cli.py
mach_commands.py Bug 1655750 - [tryselect] Handle --list/edit-presets even on selectors that don't support presets, r=sfink 2020-09-02 19:44:49 +00:00
preset.py Bug 1603510 - Allow multi-word $EDITOR in 'mach try syntax --edit-presets'; r=bc 2020-05-08 17:54:10 +00:00
push.py Bug 1657181 - Show task estimates for any selector where we have an explicit list of tasks; r=sfraser 2020-08-04 18:33:45 +00:00
task_config.py Bug 1636271 - [taskgraph] Move 'optimize-strategies' from try_task_config.json to a parameter, r=tomprince 2020-07-28 13:21:05 +00:00
tasks.py Bug 1655703: Can't schedule opt tests on try without --full r=tomprince 2020-07-30 20:56:36 +00:00
try_presets.yml Bug 1648791 - [try] Add a try preset to select build tasks, r=glandium 2020-09-08 05:01:44 +00:00
watchman.json