Skip to content

Commit c1a304d

Browse files
committed
fix: change scale test region to westcentralus
Signed-off-by: Alex Castilio dos Santos <alexsantos@microsoft.com>
1 parent 08ba1e7 commit c1a304d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func (s ScaleTestInfraHandler) GetSubscriptionID() string {
7272

7373
func (s ScaleTestInfraHandler) GetLocation() string {
7474
if s.location == "" {
75-
return "westus2"
75+
return "westcentralus"
7676
}
7777
return s.location
7878
}

0 commit comments

Comments
 (0)