Skip to content

Commit 9ba0432

Browse files
authored
Override live test location default to westus (Azure#18307)
1 parent 7ee5ac5 commit 9ba0432

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/pipelines/templates/jobs/archetype-sdk-client.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,14 @@ parameters:
4040
default:
4141
Public:
4242
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
43+
# TODO: Migrate location override into azure-sdk-tools eng/common
44+
# See https://github.com/Azure/azure-sdk-tools/issues/3398
45+
Location: 'westus'
4346
Preview:
4447
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview)
48+
# TODO: Migrate location override into azure-sdk-tools eng/common
49+
# See https://github.com/Azure/azure-sdk-tools/issues/3398
50+
Location: 'westus'
4551
Canary:
4652
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
4753
Location: 'centraluseuap'

0 commit comments

Comments
 (0)