Skip to content

Commit 9824165

Browse files
azure-sdkbenbp
andauthored
Use stress-test-resources file naming to avoid live test auto-discovery (Azure#20828)
Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent 99ab168 commit 9824165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/scripts/stress-testing/deploy-stress-tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ function DeployStressPackage(
121121
Run helm dependency update $pkg.Directory
122122
if ($LASTEXITCODE) { return }
123123

124-
if (Test-Path "$($pkg.Directory)/test-resources.bicep") {
125-
Run az bicep build -f "$($pkg.Directory)/test-resources.bicep"
124+
if (Test-Path "$($pkg.Directory)/stress-test-resources.bicep") {
125+
Run az bicep build -f "$($pkg.Directory)/stress-test-resources.bicep"
126126
if ($LASTEXITCODE) { return }
127127
}
128128

0 commit comments

Comments
 (0)