__init__.py |
Convert a run description into a task description.
Run descriptions are similar to task descriptions, but they specify how to run
the task at a higher level, using a "run" field that can be interpreted by
run-using handlers in `taskcluster/taskgraph/transforms/run`.
|
18694 |
common.py |
Common support for various task types. These functions are all named after the
worker implementation they operate on, and take the same three parameters, for
consistency.
|
5625 |
index_search.py |
This transform allows including indexed tasks from other projects in the
current taskgraph. The transform takes a list of indexes, and the optimization
phase will replace the task with the task from the other graph.
|
1223 |
run_task.py |
Support for running tasks that are invoked via the `run-task` script.
|
8294 |
toolchain.py |
Support for running toolchain-building tasks via dedicated scripts
|
6141 |