mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
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:
commit
9edbd2d7aa
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue