Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Remove 1.6.x upgrade tests. #2364

Merged
merged 1 commit into from
Mar 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions examples/k8s-upgrade/v1.6.11.json

This file was deleted.

2 changes: 0 additions & 2 deletions examples/k8s-upgrade/v1.6.11.json.env

This file was deleted.

45 changes: 0 additions & 45 deletions examples/k8s-upgrade/v1.6.13.json

This file was deleted.

2 changes: 0 additions & 2 deletions examples/k8s-upgrade/v1.6.13.json.env

This file was deleted.

2 changes: 1 addition & 1 deletion examples/k8s-upgrade/v1.7.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"orchestratorVersion": "1.7.7"
},
"masterProfile": {
"count": 1,
"count": 3,
"dnsPrefix": "",
"vmSize": "Standard_D2_v2",
"storageProfile" : "ManagedDisks"
Expand Down
2 changes: 1 addition & 1 deletion examples/k8s-upgrade/v1.8.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"orchestratorVersion": "1.8.4"
},
"masterProfile": {
"count": 1,
"count": 3,
"dnsPrefix": "",
"vmSize": "Standard_D2_v2",
"storageProfile" : "ManagedDisks"
Expand Down
8 changes: 0 additions & 8 deletions test/acse-conf/acse-upgrade-lnx.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"deployments": [
{
"cluster_definition": "k8s-upgrade/v1.6.11.json",
"location": "centralus"
},
{
"cluster_definition": "k8s-upgrade/v1.6.13.json",
"location": "westus2"
},
{
"cluster_definition": "k8s-upgrade/v1.7.7.json",
"location": "eastus"
Expand Down