Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
test: stop testing Ubuntu 16.04-LTS (#4686)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Oct 4, 2021
1 parent 271e035 commit 910e4bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
Expand Up @@ -66,13 +66,6 @@
"availabilityProfile": "VirtualMachineScaleSets",
"osType": "Windows"
},
{
"name": "pool1604vhd",
"count": 1,
"vmSize": "Standard_D2_v3",
"distro": "aks-ubuntu-16.04",
"availabilityProfile": "VirtualMachineScaleSets"
},
{
"name": "pool1804",
"count": 1,
Expand Down
8 changes: 0 additions & 8 deletions examples/e2e-tests/kubernetes/release/default/definition.json
Expand Up @@ -72,14 +72,6 @@
"vnetSubnetId": "/subscriptions/SUB_ID/resourceGroups/RG_NAME/providers/Microsoft.Network/virtualNetworks/VNET_NAME/subnets/SUBNET_NAME",
"osType": "Windows"
},
{
"name": "pool1604vhd",
"count": 1,
"vmSize": "Standard_D2_v3",
"distro": "aks-ubuntu-16.04",
"availabilityProfile": "VirtualMachineScaleSets",
"vnetSubnetId": "/subscriptions/SUB_ID/resourceGroups/RG_NAME/providers/Microsoft.Network/virtualNetworks/VNET_NAME/subnets/SUBNET_NAME"
},
{
"name": "pool1804",
"count": 1,
Expand Down
4 changes: 2 additions & 2 deletions pkg/engine/testdata/azurestack/kubernetes-ubuntu16.json
Expand Up @@ -35,7 +35,7 @@
},
"masterProfile": {
"dnsPrefix": "k111007",
"distro": "aks-ubuntu-16.04",
"distro": "aks-ubuntu-18.04",
"osDiskSizeGB": 200,
"count": 3,
"vmSize": "Standard_D2_v2"
Expand All @@ -46,7 +46,7 @@
"osDiskSizeGB": 200,
"count": 3,
"vmSize": "Standard_D2_v2",
"distro": "aks-ubuntu-16.04",
"distro": "aks-ubuntu-18.04",
"availabilityProfile": "AvailabilitySet",
"AcceleratedNetworkingEnabled": false
},
Expand Down
6 changes: 3 additions & 3 deletions pkg/engine/testdata/key-vault-certs/kubernetes.json
Expand Up @@ -326,7 +326,7 @@
"oauthEnabled": false,
"preProvisionExtension": null,
"extensions": [],
"distro": "aks-ubuntu-16.04",
"distro": "aks-ubuntu-18.04",
"kubernetesConfig": {
"kubeletConfig": {
"--address": "0.0.0.0",
Expand Down Expand Up @@ -370,7 +370,7 @@
"osType": "Linux",
"availabilityProfile": "VirtualMachineScaleSets",
"storageProfile": "ManagedDisks",
"distro": "aks-ubuntu-16.04",
"distro": "aks-ubuntu-18.04",
"kubernetesConfig": {
"kubeletConfig": {
"--address": "0.0.0.0",
Expand Down Expand Up @@ -459,4 +459,4 @@
]
}
}
}
}

0 comments on commit 910e4bd

Please sign in to comment.