mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use the servo-docker-worker worker type
This commit is contained in:
parent
f2ccf29c90
commit
ad605208d0
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ tasks:
|
|||
taskGroupId: {$eval: as_slugid("decision_task")}
|
||||
taskId: {$eval: as_slugid("decision_task")}
|
||||
provisionerId: aws-provisioner-v1
|
||||
workerType: github-worker
|
||||
workerType: servo-docker-worker
|
||||
created: {$fromNow: ''}
|
||||
deadline: {$fromNow: '1 hour'}
|
||||
metadata:
|
||||
|
|
|
@ -24,7 +24,7 @@ def create_task(name, command, artifacts=None, dependencies=None, env=None, cach
|
|||
"dependencies": [decision_task_id] + (dependencies or []),
|
||||
"schedulerId": "taskcluster-github",
|
||||
"provisionerId": "aws-provisioner-v1",
|
||||
"workerType": "github-worker",
|
||||
"workerType": "servo-docker-worker",
|
||||
"created": taskcluster.fromNowJSON(""),
|
||||
"deadline": taskcluster.fromNowJSON("1 hour"),
|
||||
"metadata": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue