Skip to content

Commit fb59bdb

Browse files
authored
feat: add windows test pool for taskgraph-t (#611)
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 72183c8 commit fb59bdb

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
@@ -3037,6 +3037,7 @@ pools:
30373037
- pool-group: comm-t
30383038
- pool-group: comm-t
30393039
suffix: ssd
3040+
- pool-group: taskgraph-t
30403041
config:
30413042
image:
30423043
by-suffix:
@@ -3071,6 +3072,7 @@ pools:
30713072
alpha: 500
30723073
gpu: 600
30733074
default: 100
3075+
default: 5
30743076
worker-config:
30753077
genericWorker:
30763078
config:

0 commit comments

Comments
 (0)