Skip to content

Commit 29d01f8

Browse files
committed
feat: add windows and mac worker pools
1 parent 865644d commit 29d01f8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

taskcluster/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@ workers:
3838
implementation: docker-worker
3939
os: linux
4040
worker-type: linux-docker
41+
t-windows:
42+
provisioner: 'taskgraph-t'
43+
implementation: generic-worker
44+
os: windows
45+
worker-type: win11-64-2009
46+
t-mac:
47+
provisioner: 'taskgraph-t'
48+
implementation: generic-worker
49+
os: macosx
50+
worker-type: macos

0 commit comments

Comments
 (0)