mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 14:20:14 +02:00
This adds some basic documentation for |mach try| and its various subcommands. This was a bit hastily made for the Austin all-hands, but at least provides a place to link to and can be improved upon in the future. MozReview-Commit-ID: 8N6LZO5kTlL --HG-- extra : rebase_source : c7e215703426f6cfb03b044d188a53d1ba878a75
22 lines
813 B
ReStructuredText
22 lines
813 B
ReStructuredText
Empty Selector
|
|
==============
|
|
|
|
The ``mach try empty`` subcommand is very simple, it won't schedule any additional tasks. You'll
|
|
still see lint tasks and python-unittest tasks if applicable, this is due to a configuration option
|
|
in taskcluster.
|
|
|
|
Other than those, your try run will be empty. You can use treeherder's ``Add new jobs`` feature to
|
|
selectively add additional tasks after the fact.
|
|
|
|
.. note::
|
|
|
|
To use ``Add new jobs`` you'll need to be logged in and have commit access level 1, just as if
|
|
you were pushing to try.
|
|
|
|
To do this:
|
|
|
|
1. Click the drop-down arrow at the top right of your commit.
|
|
2. Select ``Add new jobs`` (it may take a couple seconds to load).
|
|
3. Choose your desired tasks by clicking them one at a time.
|
|
4. At the top of your commit, select ``Trigger New Jobs``.
|
|
|