diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-11-09 08:55:15 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-11-09 08:55:15 +0100 |
commit | 3a8183975ac1d0b502d89ac4962dde93f780e263 (patch) | |
tree | 34cfd52b62f649fd92aca241fbbea491159238a2 | |
parent | f82107336a42eda3a1667757c92efe9799a72ea6 (diff) | |
download | servo-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.py | 2 |
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() ) |