Bug 1296842: better parameter documentation to help readers; r=jmaher

MozReview-Commit-ID: N9EHe2s6PS

--HG--
extra : rebase_source : 768eb016e09afeffce32ed836bdb0716041b37b9
This commit is contained in:
Dustin J. Mitchell 2016-11-07 15:02:13 +00:00
Родитель 94d7cd75dd
Коммит a0c1d93465
1 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -11,6 +11,11 @@ a full parameters file as one of its output artifacts. The other ``mach
taskgraph`` commands can take this file as input. This can be very helpful
when working on a change to the task graph.
When experimenting with local runs of the task-graph generation, it is always
best to find a recent decision task's ``parameters.yml`` file, and modify that
file if necessary, rather than starting from scratch. This ensures you have a
complete set of parameters.
The properties of the parameters object are described here, divided rougly by
topic.
@ -66,9 +71,10 @@ Tree Information
``cedar``.
``level``
The SCM level associated with this tree. This dictates the names
of resources used in the generated tasks, and those tasks will fail if it
is incorrect.
The `SCM level
<https://www.mozilla.org/en-US/about/governance/policies/commit/access-policy/>`_
associated with this tree. This dictates the names of resources used in the
generated tasks, and those tasks will fail if it is incorrect.
Target Set
----------