aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2019-11-09 08:55:15 +0100
committerSimon Sapin <simon.sapin@exyr.org>2019-11-09 08:55:15 +0100
commit3a8183975ac1d0b502d89ac4962dde93f780e263 (patch)
tree34cfd52b62f649fd92aca241fbbea491159238a2
parentf82107336a42eda3a1667757c92efe9799a72ea6 (diff)
downloadservo-jdm-patch-39.tar.gz
servo-jdm-patch-39.zip
[Do not merge] Run macOS tasks on the mac9 workerjdm-patch-39
-rw-r--r--etc/taskcluster/decision_task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py
index c4d5f608a28..fcadfcd501c 100644
--- a/etc/taskcluster/decision_task.py
+++ b/etc/taskcluster/decision_task.py
@@ -785,7 +785,7 @@ def macos_task(name):
return (
decisionlib.MacOsGenericWorkerTask(name)
.with_provisioner_id("proj-servo")
- .with_worker_type("macos")
+ .with_worker_type("macos-disabled-mac9")
.with_treeherder_required()
)