Commit be8e15a
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2955 | 2955 | | |
2956 | 2956 | | |
2957 | 2957 | | |
| 2958 | + | |
2958 | 2959 | | |
2959 | 2960 | | |
2960 | 2961 | | |
| |||
2989 | 2990 | | |
2990 | 2991 | | |
2991 | 2992 | | |
| 2993 | + | |
2992 | 2994 | | |
2993 | 2995 | | |
2994 | 2996 | | |
| |||
0 commit comments