Files
Sylvestre Ledru b59392716e Bug 2038819 - Convert taskcluster/docs RST to Markdown r=taskgraph-reviewers,releng-reviewers,bhearsum
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
2026-07-04 10:18:25 +00:00

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.