test/azure: use eastus location

We use this location on Image Builder, let's also use it here to catch issues.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-03-08 15:24:12 +01:00 committed by Ondřej Budai
parent 167fdc44bc
commit ec7783324c

View file

@ -16,7 +16,7 @@ pipeline {
AZURE_TENANT_ID = "1710d22c-ccf0-4421-8ba7-0135cfaecb90"
AZURE_SUBSCRIPTION_ID = "8d026bb1-2a65-454d-a88f-c896db94c4f8"
AZURE_RESOURCE_GROUP = "sharing-research"
AZURE_LOCATION = "westeurope"
AZURE_LOCATION = "eastus"
}
options {