Taskcluster: Difference between revisions
Jump to navigation
Jump to search
ChrisCooper (talk | contribs) No edit summary |
ChrisCooper (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
Taskcluster is a generic task execution service. | [https://taskcluster.net/ Taskcluster] is a generic task execution service. | ||
Mozilla uses Taskcluster as the continuous integration (CI) pipeline to build and release Firefox and associated browsers to millions of users. A variety of other Mozilla projects also use Taskcluster for their CI needs. | |||
For detailed documentation on the APIs and capabilities please see [https://docs.taskcluster.net docs.taskcluster.net]. | For detailed documentation on the APIs and capabilities please see [https://docs.taskcluster.net docs.taskcluster.net]. | ||
Line 10: | Line 12: | ||
* [https://registry.hub.docker.com/u/taskcluster https://registry.hub.docker.com/u/taskcluster] (public docker images)] | * [https://registry.hub.docker.com/u/taskcluster https://registry.hub.docker.com/u/taskcluster] (public docker images)] | ||
* [https://chat.mozilla.org/#/room/#taskcluster:mozilla.org <code>#taskcluster</code> on Mozilla's Element server] (live discussion) | * [https://chat.mozilla.org/#/room/#taskcluster:mozilla.org <code>#taskcluster</code> on Mozilla's Element server] (live discussion) | ||
* [https://mail.mozilla.org/listinfo/taskcluster-announce taskcluster-announce] (mailing list: announcements of events, major changes - low volume, no discussion) | |||
* [https://lists.mozilla.org/listinfo/tools-taskcluster tools-taskcluster] (mailing list: general taskcluster discussion) | |||
* [https://codetribute.netlify.com/projects/taskcluster Codetribute] (list of mentored bugs for new contributors) | |||
* [https://github.com/taskcluster/taskcluster-rfcs/ Taskcluster RFCs] (planned new features and/or service evolution) | |||
** If you have a cool idea for Taskcluster, or are looking for a longer-term project to get involved in, check out the RFC repo. These projects are *not* good for beginners, and will generally require a lot of time, learning about Taskcluster, design, problem-solving, and working with other Mozillians. If you're thinking "that sounds a lot like an internship", then you've understood the scope correctly! | |||
* https://lists.mozilla.org/listinfo/tools-taskcluster - general taskcluster discussion | |||
* [https://github.com/taskcluster/taskcluster-rfcs/ Taskcluster RFCs] | |||
Latest revision as of 20:31, 29 September 2020
Taskcluster is a generic task execution service.
Mozilla uses Taskcluster as the continuous integration (CI) pipeline to build and release Firefox and associated browsers to millions of users. A variety of other Mozilla projects also use Taskcluster for their CI needs.
For detailed documentation on the APIs and capabilities please see docs.taskcluster.net.
References
- Taskcluster landing page (What is Taskcluster and why would you use it?)
- docs.taskcluster.net (documentation)
- github.com/taskcluster (github organization)
- https://registry.hub.docker.com/u/taskcluster (public docker images)]
#taskcluster
on Mozilla's Element server (live discussion)- taskcluster-announce (mailing list: announcements of events, major changes - low volume, no discussion)
- tools-taskcluster (mailing list: general taskcluster discussion)
- Codetribute (list of mentored bugs for new contributors)
- Taskcluster RFCs (planned new features and/or service evolution)
- If you have a cool idea for Taskcluster, or are looking for a longer-term project to get involved in, check out the RFC repo. These projects are *not* good for beginners, and will generally require a lot of time, learning about Taskcluster, design, problem-solving, and working with other Mozillians. If you're thinking "that sounds a lot like an internship", then you've understood the scope correctly!