mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +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")}
|
taskGroupId: {$eval: as_slugid("decision_task")}
|
||||||
taskId: {$eval: as_slugid("decision_task")}
|
taskId: {$eval: as_slugid("decision_task")}
|
||||||
provisionerId: aws-provisioner-v1
|
provisionerId: aws-provisioner-v1
|
||||||
workerType: github-worker
|
workerType: servo-docker-worker
|
||||||
created: {$fromNow: ''}
|
created: {$fromNow: ''}
|
||||||
deadline: {$fromNow: '1 hour'}
|
deadline: {$fromNow: '1 hour'}
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -24,7 +24,7 @@ def create_task(name, command, artifacts=None, dependencies=None, env=None, cach
|
||||||
"dependencies": [decision_task_id] + (dependencies or []),
|
"dependencies": [decision_task_id] + (dependencies or []),
|
||||||
"schedulerId": "taskcluster-github",
|
"schedulerId": "taskcluster-github",
|
||||||
"provisionerId": "aws-provisioner-v1",
|
"provisionerId": "aws-provisioner-v1",
|
||||||
"workerType": "github-worker",
|
"workerType": "servo-docker-worker",
|
||||||
"created": taskcluster.fromNowJSON(""),
|
"created": taskcluster.fromNowJSON(""),
|
||||||
"deadline": taskcluster.fromNowJSON("1 hour"),
|
"deadline": taskcluster.fromNowJSON("1 hour"),
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue