Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Feb 15, 2019
1 parent ae2b075 commit b1eba19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/taskcluster/decision_task.py
Expand Up @@ -47,6 +47,7 @@ def main(task_for):
"try": all_tests,
"try-taskcluster": [
# Add functions here as needed, in your push to that branch
windows_unit,
],
"master": [
upload_docs,
Expand Down Expand Up @@ -507,7 +508,7 @@ def linux_task(name):
def windows_task(name):
return (
decisionlib.WindowsGenericWorkerTask(name)
.with_worker_type("servo-win2016")
.with_worker_type("servo-win2016-staging")
.with_treeherder_required()
)

Expand Down

0 comments on commit b1eba19

Please sign in to comment.