Skip to content

Commit

Permalink
test: really fix bad distro value in everything cluster config (Azure…
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored and alexeldeib committed Apr 21, 2020
1 parent f8cec6d commit 53cd10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/test_cluster_configs/everything.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"vmSize": "Standard_D16_v3",
"vnetSubnetId": "/subscriptions/SUB_ID/resourceGroups/RG_NAME/providers/Microsoft.Network/virtualNetworks/VNET_NAME/subnets/SUBNET_NAME",
"scalesetPriority": "Spot",
"distro": "ubuntu-1804"
"distro": "ubuntu-18.04"
},
{
"name": "poolwin",
Expand Down

0 comments on commit 53cd10e

Please sign in to comment.