Skip to content

Commit

Permalink
Use stress-test-resources file naming to avoid live test auto-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored and azure-sdk committed Sep 24, 2021
1 parent 1a9b633 commit 5cea72b
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 @@ -120,8 +120,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 }
}

Expand Down

0 comments on commit 5cea72b

Please sign in to comment.