Skip to content

Commit f26239f

Browse files
authored
fix: update scale test sku (#2357)
# Description Please provide a brief description of the changes made in this pull request. ## 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 3d78766 commit f26239f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/framework/azure/skus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package azure
33
import "os"
44

55
var (
6-
AgentLinuxSKU = skuFromEnv("AZURE_AGENT_LINUX_SKU", "Standard_D4ds_v4")
6+
AgentLinuxSKU = skuFromEnv("AZURE_AGENT_LINUX_SKU", "Standard_D4ds_v3")
77
AgentLinuxARMSKU = skuFromEnv("AZURE_AGENT_LINUX_ARM_SKU", "Standard_D4pds_v5")
88
AgentWindowsSKU = skuFromEnv("AZURE_AGENT_WINDOWS_SKU", "Standard_D4ds_v4")
99
)

0 commit comments

Comments
 (0)