Confirmed users
25
edits
(out of date warning....) |
(Update the basic details about taskcluster) |
||
| Line 1: | Line 1: | ||
= TaskCluster = | = TaskCluster = | ||
== Description == | == Description == | ||
Taskcluster is a generic "task" execution service this page documents mostly administrative things such as who owns which components and when the team meets. | |||
For detailed documentation on the API's and capabilities please see see [http://docs.taskcluster.net docs.taskcluster.net]. | |||
== Meetings == | |||
== | === TaskCluster Meeting === | ||
When: Tuesday 8am PST | |||
Where: James Lal's Room | |||
Agenda: https://etherpad.mozilla.org/fxos-automation | |||
This meeting is to discuss new ideas/critical issues/etc... This meeting is required for owners | |||
of modules (but open to all) and may be cancelled if there is no Agenda. | |||
=== | === FxOS Automation Hang Out === | ||
When: Tuesday 8am PST | |||
Where: James Lal's Room | |||
Totally arbitrary meeting usually just an hour for people to hack together (completely optional time reserved for calendaring purposes) | |||
=== | == Components == | ||
Our team follows a simple version of the usual "module ownership" pattern seen all over Mozilla... Each owner is responsible for | |||
the health (which is defined as uptime/code quality/decisions) made in each component owned. The ideal is we collaborate through our weekly | |||
meetings but each owner is ultimately responsible for yes/no decisions. Owners are _not_ for life and the team may elect new owners as | |||
time goes on. | |||
This is a list of components which as a whole make up TaskCluster... Please contact the owners and visit the github pages for full context: | |||
* [https://github.com/taskcluster worker | * [aws-provisioner https://github.com/taskcluster/aws-provisioner] - jhford | ||
* [queue https://github.com/taskcluster/taskcluster-queue] - jonasfj | |||
* [scheduler https://github.com/taskcluster/task-graph-scheduler] - jonasfj | |||
* [auth https://github.com/taskcluster/taskcluster-auth] - jonasfj | |||
* [index https://github.com/taskcluster/taskcluster-index] - jonasfj | |||
* [events https://github.com/taskcluster/taskcluster-events] - jonasfj | |||
* [tools https://github.com/taskcluster/taskcluster-tools] - jonasfj | |||
* [s3-copy-proxy https://github.com/taskcluster/s3-copy-proxy] - james | |||
* [mozilla-taskcluster https://github.com/taskcluster/mozilla-taskcluster] - james | |||
* [docker-worker https://github.com/taskcluster/docker-worker] - garndt | |||
* [generic-worker https://github.com/petemoore/generic-worker] - pmoore | |||
* [taskcluster-client-go https://github.com/petemoore/taskcluster-client-go] - pmoore | |||
* [taskcluster-client-py https://github.com/petemoore/taskcluster-client.py] - jhford | |||
* [taskcluster-cli https://github.com/taskcluster/taskcluster-client] - garndt | |||