Selectors ========= These are the currently implemented try selectors: * :doc:`fuzzy `: Select tasks using a fuzzy finding algorithm and a terminal interface. * :doc:`empty `: Don't select any tasks. Taskcluster will still run some tasks automatically (like lint and python unittest tasks). Further tasks can be chosen with treeherder's ``Add New Jobs`` feature. * :doc:`syntax `: Select tasks using classic try syntax. You can run them with: .. code-block:: shell $ mach try See selector specific options by running: .. code-block:: shell $ mach try --help .. toctree:: :caption: Available Selectors :maxdepth: 1 :hidden: Fuzzy Empty Syntax