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

test: really fix bad distro value in everything cluster config #3095

Merged
merged 1 commit into from
Apr 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -111,7 +111,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