Bug 1539242 - Update link to properties to task definitions in taskcluster's how-to documentation. r=dustin DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D24949

--HG--
extra : rebase_source : ed9c02123ff7f1aaf4b9bf22c6b95b9f0c63d742
This commit is contained in:
Sebastian Hengst 2019-03-26 12:28:02 +01:00
parent 6de33b8a90
commit a1772064c8

View File

@ -86,7 +86,7 @@ platform. For example:
default: 8
The full set of available properties is in
``taskcluster/taskgraph/transform/tests/test_description.py``. Some other
``taskcluster/taskgraph/transforms/tests.py``. Some other
commonly-modified properties are ``max-run-time`` (useful if tests are being
killed for exceeding maxRunTime) and ``treeherder-symbol``.
@ -104,7 +104,7 @@ for that suite, and which kind it fits into (consult :doc:`kinds`).
Add a new stanza to ``taskcluster/ci/<kind>/tests.yml``, copying from the other
stanzas in that file. The meanings should be clear, but authoritative
documentation is in
``taskcluster/taskgraph/transform/tests/test_description.py`` should you need
``taskcluster/taskgraph/transforms/tests.py`` should you need
it. The stanza name is the name by which the test will be referenced in try
syntax.