Source code

Revision control

Copy as Markdown

Other Tools

# 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.