[Do not merge] Run macOS tasks on the mac9 worker

This commit is contained in:
Simon Sapin
2019-11-09 08:55:15 +01:00
parent f82107336a
commit 3a8183975a

View File

@@ -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()
)