Fully automate cluster buildout. Add azure file share mount to stress tests. (#2989)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
parent
c534a1e160
commit
3fdf66bb55
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user