aboutsummaryrefslogtreecommitdiffstats
path: root/etc/taskcluster/README.md
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-11-29 16:09:18 +0100
committerSimon Sapin <simon.sapin@exyr.org>2018-12-11 18:40:39 +0100
commite576e3d79e7e18cbc898e6a11dc847f12e1656e5 (patch)
tree3a289838eb45651ad63e86e234ce6250c7d7763c /etc/taskcluster/README.md
parent0375cbcbc0bbd2224a68f37c5ab68b380c51467f (diff)
downloadservo-e576e3d79e7e18cbc898e6a11dc847f12e1656e5.tar.gz
servo-e576e3d79e7e18cbc898e6a11dc847f12e1656e5.zip
Add some documentation on the various Taskcluster worker types
Diffstat (limited to 'etc/taskcluster/README.md')
-rw-r--r--etc/taskcluster/README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/taskcluster/README.md b/etc/taskcluster/README.md
index 3c8bb4bfe81..958aeff50e3 100644
--- a/etc/taskcluster/README.md
+++ b/etc/taskcluster/README.md
@@ -193,8 +193,7 @@ daily tasks are indexed under the [`project.servo.servo.daily`] namespace.
## AWS EC2 workers
-As of this writing, Servo on Taskcluster can only use the `servo-docker-worker` worker type.
-Tasks scheduled with this worker type run in a Linux environment,
+Tasks scheduled with the `servo-docker-worker` worker type run in a Linux environment,
in a Docker container, on an AWS EC2 virtual machine.
These machines are short-lived “spot instances”.
@@ -213,6 +212,15 @@ in particular with the types of EC2 instances to be used.
[worker type definition]: https://tools.taskcluster.net/aws-provisioner/servo-docker-worker/view
+## Other worker types
+
+See respective `README.md` files for:
+
+* [Windows](windows/README.md), also short-lived workers on EC2
+* [macOS](macos/README.md), Mac Minis hosted by Macstadium
+* [Non-virtualized Linux](packet.net/README.md), hosted by Packet.net
+
+
## Self-service, Bugzilla, and IRC
Taskcluster is designed to be “self-service” as much as possible,