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
21 lines
618 B
Markdown
21 lines
618 B
Markdown
# 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`.
|
|
|
|
```{toctree}
|
|
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.
|
|
|
|
[transforms]: https://taskcluster-taskgraph.readthedocs.io/en/latest/concepts/transforms.html
|