Bug 1307571: fix lost action-tasks docs; r=martianwars

MozReview-Commit-ID: HDs8J3EmmVB

--HG--
extra : rebase_source : a89ccac74ae45fe5d5cc12f6074d1199beb19e88
This commit is contained in:
Dustin J. Mitchell 2016-10-04 19:48:31 +00:00
parent a695dbbac1
commit a4290a7d44

View File

@ -168,7 +168,9 @@ So for instance, if you had already requested a build task in the ``try`` comman
and you wish to add a test which depends on this build, the original build task
is re-used.
This feature is only present on ``try`` pushes for now.
Action Tasks are currently scheduled by
[pulse_actions](https://github.com/mozilla/pulse_actions). This feature is only
present on ``try`` pushes for now.
Mach commands
-------------
@ -220,12 +222,6 @@ using simple parameterized values, as follows:
Multiple labels may be substituted in a single string, and ``<<>`` can be
used to escape a literal ``<``.
The ``mach taskgraph action-task`` subcommand is used by Action Tasks to
create a task graph of the requested jobs and its non-optimized dependencies.
Action Tasks are currently scheduled by
[pulse_actions](https://github.com/mozilla/pulse_actions)
Taskgraph JSON Format
---------------------