Skip to content

Commit

Permalink
Merge pull request #230 from nilo19/t-qini-enlarge_vm_sku
Browse files Browse the repository at this point in the history
Enlarge the vm sku for slow and slow-vmss tests.
  • Loading branch information
k8s-ci-robot authored Sep 9, 2019
2 parents f1bc6bf + 5d7bd43 commit af04389
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/k8s-azure/manifest/e2e-slow.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"masterProfile": {
"count": 1,
"dnsPrefix": "{dnsPrefix}",
"vmSize": "Standard_F2"
"vmSize": "Standard_DS3_v2"
},
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 2,
"vmSize": "Standard_F2",
"vmSize": "Standard_DS3_v2",
"availabilityProfile": "AvailabilitySet",
"storageProfile": "ManagedDisks"
}
Expand Down
4 changes: 2 additions & 2 deletions tests/k8s-azure/manifest/linux-vmss-multi-zones.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"masterProfile": {
"count": 5,
"dnsPrefix": "{dnsPrefix}",
"vmSize": "Standard_DS2_v2",
"vmSize": "Standard_DS3_v2",
"availabilityProfile": "VirtualMachineScaleSets",
"availabilityZones": [
"1",
Expand All @@ -34,7 +34,7 @@
{
"name": "agentpool",
"count": 4,
"vmSize": "Standard_DS2_v2",
"vmSize": "Standard_DS3_v2",
"availabilityProfile": "VirtualMachineScaleSets",
"availabilityZones": [
"1",
Expand Down
4 changes: 2 additions & 2 deletions tests/k8s-azure/manifest/linux-vmss.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"masterProfile": {
"count": 1,
"dnsPrefix": "{dnsPrefix}",
"vmSize": "Standard_F2"
"vmSize": "Standard_DS3_v2"
},
"agentPoolProfiles": [
{
"name": "agentpool1",
"count": 2,
"vmSize": "Standard_F2",
"vmSize": "Standard_DS3_v2",
"availabilityProfile": "VirtualMachineScaleSets",
"storageProfile": "ManagedDisks"
}
Expand Down

0 comments on commit af04389

Please sign in to comment.