Skip to content

Commit bdc69b1

Browse files
alexcastiliolakshk98
authored andcommitted
fix: scale test vm region (#2670)
# Description Scale tests are failing due to lack of quota. This PR updates the region to a region that has enough quota ## Related Issue If this pull request is related to any issue, please mention it here. Additionally, make sure that the issue is assigned to you before submitting this pull request. ## Checklist - [ ] I have read the [contributing documentation](https://retina.sh/docs/Contributing/overview). - [ ] I signed and signed-off the commits (`git commit -S -s ...`). See [this documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) on signing commits. - [ ] I have correctly attributed the author(s) of the code. - [ ] I have tested the changes locally. - [ ] I have followed the project's style guidelines. - [ ] I have updated the documentation, if necessary. - [ ] I have added tests, if applicable. ## Screenshots (if applicable) or Testing Completed Please add any relevant screenshots or GIFs to showcase the changes made. ## Additional Notes Add any additional notes or context about the pull request here. --- Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more information on how to contribute to this project. Signed-off-by: Alex Castilio dos Santos <alexsantos@microsoft.com>
1 parent b8e1835 commit bdc69b1

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)