Use stress-test-resources file naming to avoid live test auto-discovery (#2919)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
parent
6785c17149
commit
02be9fc757
@ -121,8 +121,8 @@ function DeployStressPackage(
|
||||
Run helm dependency update $pkg.Directory
|
||||
if ($LASTEXITCODE) { return }
|
||||
|
||||
if (Test-Path "$($pkg.Directory)/test-resources.bicep") {
|
||||
Run az bicep build -f "$($pkg.Directory)/test-resources.bicep"
|
||||
if (Test-Path "$($pkg.Directory)/stress-test-resources.bicep") {
|
||||
Run az bicep build -f "$($pkg.Directory)/stress-test-resources.bicep"
|
||||
if ($LASTEXITCODE) { return }
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user