Auto merge of #20769 - edunham:tc, r=SimonSapin

use dedicated TaskCluster workertype

The previous default of a shared github workertype had a side effect of preventing individuals from manually spinning up debug builds.

This change sets a custom workertype which is pretty much identical to the old one except that we can have the TC team do arbitrary things to permissions, so we can manually rerun failed builds to test and debug them.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20769)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-05-19 14:16:11 -04:00 committed by GitHub
commit 9edbd2d7aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ metadata:
source: '{{ event.head.repo.url }}'
tasks:
- provisionerId: '{{ taskcluster.docker.provisionerId }}'
workerType: '{{ taskcluster.docker.workerType }}'
workerType: 'servo-docker-worker'
extra:
github:
events: