Skip to content

Commit b728357

Browse files
authored
Merge pull request #152 from djmitche/bug1574666
Bug 1574666 - use community cluster
2 parents e2d3524 + 3d94b76 commit b728357

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.taskcluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ tasks:
77
taskId: {$eval: as_slugid("toc-test")}
88
created: {$fromNow: ''}
99
deadline: {$fromNow: '2 hours'}
10-
provisionerId: aws-provisioner-v1
11-
workerType: github-worker
10+
provisionerId: proj-taskcluster
11+
workerType: ci
1212
payload:
1313
maxRunTime: 600
14-
image: python:3-alpine
14+
image: python:3
1515
command:
1616
- /bin/bash
1717
- '-c'

0 commit comments

Comments
 (0)