Skip to content

Commit

Permalink
Remove 1.6.x upgrade tests. (Azure#2364)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunSun17 authored and Terje Torkelsen committed Mar 15, 2018
1 parent 96a254a commit d044250
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 104 deletions.
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

0 comments on commit d044250

Please sign in to comment.