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

test: use northeurope for byok testing #2536

Merged
merged 2 commits into from
Jan 8, 2020
Merged
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
4 changes: 2 additions & 2 deletions test/e2e/test_cluster_configs/byok.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"env": {
"REGION_OPTIONS": "centraluseuap",
"REGION_OPTIONS": "northeurope",
"SKIP_TESTS": "true"
},
"apiModel": {
Expand All @@ -21,7 +21,7 @@
"count": 2,
"vmSize": "Standard_D2s_v3",
"availabilityProfile": "VirtualMachineScaleSets",
"diskEncryptionSetID": "/subscriptions/SUB_ID/resourceGroups/RESOURCE_GROUP/providers/Microsoft.Compute/diskEncryptionSets/des"
"diskEncryptionSetID": "/subscriptions/SUB_ID/resourceGroups/RESOURCE_GROUP/providers/Microsoft.Compute/diskEncryptionSets/des-northeurope"
}
],
"linuxProfile": {
Expand Down