forked from mirrors/gecko-dev
Bug 1759015: Update Contributors’ Quick Reference to incloud a new task selector. r=sylvestre DONTBUILD CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D140790
This commit is contained in:
parent
d796ffb34a
commit
bc51aee8f3
1 changed files with 6 additions and 3 deletions
|
|
@ -178,13 +178,16 @@ To test a change remotely
|
||||||
|
|
||||||
Running all the tests for Firefox takes a very long time and requires multiple
|
Running all the tests for Firefox takes a very long time and requires multiple
|
||||||
operating systems with various configurations. To build Firefox and run its
|
operating systems with various configurations. To build Firefox and run its
|
||||||
tests on continuous integration servers (CI), two commands are available:
|
tests on continuous integration servers (CI), multiple :ref:`options to select tasks <Selectors>`
|
||||||
|
are available.
|
||||||
|
|
||||||
|
To automatically select the tasks that are most likely to be affected by your changes, run:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ ./mach try chooser
|
$ ./mach try auto
|
||||||
|
|
||||||
To select jobs running a fuzzy search:
|
To select tasks manually using a fuzzy search interface, run:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue