Skip to content

Commit

Permalink
More Nodes for autoscaling tests
Browse files Browse the repository at this point in the history
Signed-off-by: Zhecheng Li <[email protected]>
  • Loading branch information
lzhecheng committed Apr 20, 2023
1 parent 8862664 commit 5a4651b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pipelines/templates/autoscaling-multipool.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 3,
"count": 5,
"mode" : "System",
"vmSize": "Standard_DS2_v2",
"osType": "Linux",
"availabilityProfile": "VirtualMachineScaleSets",
"enableAutoScaling": true,
"maxCount": 1000,
"minCount": 1
"minCount": 3
},
{
"name": "agentpool2",
"count": 3,
"count": 5,
"mode" : "System",
"vmSize": "Standard_DS2_v2",
"osType": "Linux",
"availabilityProfile": "VirtualMachineScaleSets",
"enableAutoScaling": true,
"maxCount": 1000,
"minCount": 1
"minCount": 3
}
],
"servicePrincipalProfile": {
Expand Down
4 changes: 2 additions & 2 deletions .pipelines/templates/autoscaling.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 3,
"count": 5,
"mode" : "System",
"vmSize": "Standard_DS2_v2",
"osType": "Linux",
"availabilityProfile": "VirtualMachineScaleSets",
"enableAutoScaling": true,
"maxCount": 1000,
"minCount": 1
"minCount": 3
}
],
"servicePrincipalProfile": {
Expand Down

0 comments on commit 5a4651b

Please sign in to comment.