Skip to content

Commit be8e15a

Browse files
committed
feat: add windows test pool for taskgraph-t
I'd like to start running taskgraph tests on Windows and macOS (taskcluster/taskgraph#842). This ought to add a usable Windows worker pool. Unfortunately, when I tried it out by hand I ended up with errors such as: ``` Resource /subscriptions/108d46d5-fe9b-4850-9a7d-8c914aa6c1f0/resourceGroups/rg-central-us-taskgraph-t/providers/Microsoft.Network/virtualNetworks/vn-central-us-taskgraph-t/subnets/sn-central-us-taskgraph-t referenced by resource /subscriptions/108d46d5-fe9b-4850-9a7d-8c914aa6c1f0/resourceGroups/rg-taskcluster-worker-manager-production/providers/Microsoft.Network/networkInterfaces/nic-qf0rebyslglv1wvqkn9d was not found. Please make sure that the referenced resource exists, and that both resources are in the same region. ``` ...so I suspect something else will be needed.
1 parent 7027fb3 commit be8e15a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worker-pools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2955,6 +2955,7 @@ pools:
29552955
- pool-group: comm-t
29562956
- pool-group: comm-t
29572957
suffix: ssd
2958+
- pool-group: taskgraph-t
29582959
config:
29592960
image:
29602961
by-suffix:
@@ -2989,6 +2990,7 @@ pools:
29892990
alpha: 500
29902991
gpu: 600
29912992
default: 100
2993+
default: 5
29922994
worker-config:
29932995
genericWorker:
29942996
config:

0 commit comments

Comments
 (0)