Convert taskcluster/docs/*.rst (including transforms, kinds, optimization, howto subdirectories) and gecko_taskgraph test docs to MyST-flavored Markdown. Refresh allowed-warnings glob for release-promotion-action from .rst to .md. Differential Revision: https://phabricator.services.mozilla.com/D304225
618 B
618 B
Taskgraph Transforms
Transforms are Python functions that can modify (or sometimes add and
remove) tasks from the graph. This section describes some of the transform
functions that are available in mozilla-central.
signing
test
job
task
Other Transforms
There are tons of transforms that are not documented here. Consult the source
files under {searchfox}taskcluster/gecko_taskgraph/transforms which provide lots of
additional detail, both in the code itself and in comments and docstrings.