-
Notifications
You must be signed in to change notification settings - Fork 2
/
gecko-1⁄b-win2022-alpha
168 lines (168 loc) · 6.11 KB
/
gecko-1⁄b-win2022-alpha
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"config": {
"lifecycle": {
"registrationTimeout": 1800,
"reregistrationTimeout": 345600,
"queueInactivityTimeout": 7200
},
"maxCapacity": 5,
"minCapacity": 0,
"scalingRatio": 1,
"launchConfigs": [
{
"tags": {
"deploymentId": "alpha",
"sourceBranch": "bug1838725",
"sourceScript": "provisioners/windows/azure/azure-bootstrap.ps1",
"sourceRepository": "ronin_puppet",
"sourceOrganisation": "mozilla-platform-ops"
},
"location": "centralus",
"priority": "spot",
"subnetId": "/subscriptions/108d46d5-fe9b-4850-9a7d-8c914aa6c1f0/resourceGroups/rg-central-us-gecko-1/providers/Microsoft.Network/virtualNetworks/vn-central-us-gecko-1/subnets/sn-central-us-gecko-1",
"osProfile": {
"windowsConfiguration": {
"timeZone": "UTC",
"enableAutomaticUpdates": false
}
},
"workerConfig": {
"genericWorker": {
"config": {
"tasksDir": "D:\\",
"cachesDir": "D:\\caches",
"workerType": "win2022-azure",
"wstAudience": "firefoxcitc",
"downloadsDir": "D:\\downloads",
"wstServerURL": "https://firefoxci-websocktunnel.services.mozilla.com/",
"sentryProject": "generic-worker",
"disableReboots": false,
"cleanUpTaskDirs": true,
"idleTimeoutSecs": 150,
"livelogExecutable": "C:\\generic-worker\\livelog.exe",
"numberOfTasksToRun": 0,
"runAfterUserCreation": "C:\\generic-worker\\task-user-init.cmd",
"taskclusterProxyPort": 80,
"runTasksAsCurrentUser": false,
"shutdownMachineOnIdle": true,
"ed25519SigningKeyLocation": "C:\\generic-worker\\ed25519-private.key",
"taskclusterProxyExecutable": "C:\\generic-worker\\taskcluster-proxy.exe",
"shutdownMachineOnInternalError": true
}
}
},
"billingProfile": {
"maxPrice": -1
},
"evictionPolicy": "Delete",
"storageProfile": {
"osDisk": {
"osType": "Windows",
"caching": "ReadOnly",
"createOption": "FromImage",
"diffDiskSettings": {
"option": "Local"
}
},
"imageReference": {
"id": "/subscriptions/108d46d5-fe9b-4850-9a7d-8c914aa6c1f0/resourceGroups/rg-packer-through-cib/providers/Microsoft.Compute/images/win2022-64-2009-centralus-2022-datacenter-azure-edition-alpha"
}
},
"hardwareProfile": {
"vmSize": "Standard_F32s_v2"
},
"diagnosticsProfile": {
"bootDiagnostics": {
"enabled": false
}
},
"capacityPerInstance": 1
},
{
"tags": {
"deploymentId": "alpha",
"sourceBranch": "bug1838725",
"sourceScript": "provisioners/windows/azure/azure-bootstrap.ps1",
"sourceRepository": "ronin_puppet",
"sourceOrganisation": "mozilla-platform-ops"
},
"location": "northcentralus",
"priority": "spot",
"subnetId": "/subscriptions/108d46d5-fe9b-4850-9a7d-8c914aa6c1f0/resourceGroups/rg-north-central-us-gecko-1/providers/Microsoft.Network/virtualNetworks/vn-north-central-us-gecko-1/subnets/sn-north-central-us-gecko-1",
"osProfile": {
"windowsConfiguration": {
"timeZone": "UTC",
"enableAutomaticUpdates": false
}
},
"workerConfig": {
"genericWorker": {
"config": {
"tasksDir": "D:\\",
"cachesDir": "D:\\caches",
"workerType": "win2022-azure",
"wstAudience": "firefoxcitc",
"downloadsDir": "D:\\downloads",
"wstServerURL": "https://firefoxci-websocktunnel.services.mozilla.com/",
"sentryProject": "generic-worker",
"disableReboots": false,
"cleanUpTaskDirs": true,
"idleTimeoutSecs": 150,
"livelogExecutable": "C:\\generic-worker\\livelog.exe",
"numberOfTasksToRun": 0,
"runAfterUserCreation": "C:\\generic-worker\\task-user-init.cmd",
"taskclusterProxyPort": 80,
"runTasksAsCurrentUser": false,
"shutdownMachineOnIdle": true,
"ed25519SigningKeyLocation": "C:\\generic-worker\\ed25519-private.key",
"taskclusterProxyExecutable": "C:\\generic-worker\\taskcluster-proxy.exe",
"shutdownMachineOnInternalError": true
}
}
},
"billingProfile": {
"maxPrice": -1
},
"evictionPolicy": "Delete",
"storageProfile": {
"osDisk": {
"osType": "Windows",
"caching": "ReadOnly",
"createOption": "FromImage",
"diffDiskSettings": {
"option": "Local"
}
},
"imageReference": {
"id": "/subscriptions/108d46d5-fe9b-4850-9a7d-8c914aa6c1f0/resourceGroups/rg-packer-through-cib/providers/Microsoft.Compute/images/win2022-64-2009-northcentralus-2022-datacenter-azure-edition-alpha"
}
},
"hardwareProfile": {
"vmSize": "Standard_F32s_v2"
},
"diagnosticsProfile": {
"bootDiagnostics": {
"enabled": false
}
},
"capacityPerInstance": 1
}
]
},
"created": "2023-07-25T16:27:01.353Z",
"currentCapacity": 0,
"description": "*DO NOT EDIT* - This resource is configured automatically by [ci-admin](https://github.com/mozilla-releng/fxci-config).\n\n",
"emailOnError": true,
"lastModified": "2024-08-14T13:29:12.385Z",
"owner": "[email protected]",
"providerId": "azure2",
"requestedCapacity": 0,
"requestedCount": 0,
"runningCapacity": 0,
"runningCount": 0,
"stoppedCapacity": 0,
"stoppedCount": 0,
"stoppingCapacity": 0,
"stoppingCount": 0,
"workerPoolId": "gecko-1/b-win2022-alpha"
}