Confirmed users
1,989
edits
| Line 7: | Line 7: | ||
* The premise behind https://docs.taskcluster.net/ taskcluster is that it is a large graph of tasks, some which depend on each other. Each task has different properties. Depending on the code tree that the task runs on, different tasks may run. This large graph is optimized for a run on a certain code tree, or a certain platform. | * The premise behind https://docs.taskcluster.net/ taskcluster is that it is a large graph of tasks, some which depend on each other. Each task has different properties. Depending on the code tree that the task runs on, different tasks may run. This large graph is optimized for a run on a certain code tree, or a certain platform. | ||
* For every push to a code tree, a Gecko Decision Task runs which generates several files associated with it | * For every push to a code tree, a Gecko Decision Task runs which generates several files associated with it | ||
[[File:Https://wiki.mozilla.org/images/6/68/Screen Shot 2017-05-29 at 11.02.17 AM.png|framed|taskcluster decision task files]] | [[File:Https://wiki.mozilla.org/images/6/68/Screen Shot 2017-05-29 at 11.02.17 AM.png|framed|taskcluster decision task files]] | ||
* You can download the parameters.yml file with a push on a particular tree to use locally with the mach taskgraph command | * You can download the parameters.yml file with a push on a particular tree to use locally with the mach taskgraph command | ||
* For instance, if you have a local clone of mozilla-inbound | * For instance, if you have a local clone of mozilla-inbound | ||