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:
parent
167fdc44bc
commit
ec7783324c
1 changed files with 1 additions and 1 deletions
2
schutzbot/Jenkinsfile
vendored
2
schutzbot/Jenkinsfile
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue