Skip to content

Commit

Permalink
Fully automate cluster buildout. Add azure file share mount to stress…
Browse files Browse the repository at this point in the history
… tests. (Azure#15918)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
  • Loading branch information
2 people authored and jhendrixMSFT committed Jan 12, 2022
1 parent 6896c0d commit e967d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/scripts/stress-testing/deploy-stress-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ function DeployStressTests(
[string]$environment = 'test',
[string]$repository = 'images',
[boolean]$pushImages = $false,
[string]$clusterGroup = 'rg-stress-test-cluster-',
[string]$clusterGroup = 'rg-stress-cluster-test',
[string]$deployId = 'local',
[string]$subscription = 'Azure SDK Test Resources'
[string]$subscription = 'Azure SDK Developer Playground'
) {
if ($PSCmdlet.ParameterSetName -eq 'DoLogin') {
Login $subscription $clusterGroup $pushImages
Expand Down

0 comments on commit e967d89

Please sign in to comment.