Skip to content

Commit e4767e9

Browse files
azure-sdkckairen
andauthored
updating chart.yaml for stress-test-addons (Azure#21650)
Co-authored-by: Albert Cheng <albertcheng@microsoft.com>
1 parent c18004e commit e4767e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ function DeployStressPackage(
156156

157157
Write-Host "Creating namespace $($pkg.Namespace) if it does not exist..."
158158
kubectl create namespace $pkg.Namespace --dry-run=client -o yaml | kubectl apply -f -
159+
if ($LASTEXITCODE) {exit $LASTEXITCODE}
159160

160161
Write-Host "Installing or upgrading stress test $($pkg.ReleaseName) from $($pkg.Directory)"
161162
Run helm upgrade $pkg.ReleaseName $pkg.Directory `

eng/common/scripts/stress-testing/find-all-stress-packages.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function NewStressTestPackageInfo([hashtable]$chart, [System.IO.FileInfo]$chartF
4949
}
5050

5151
return [StressTestPackageInfo]@{
52-
Namespace = $namespace
52+
Namespace = $namespace.ToLower()
5353
Directory = $chartFile.DirectoryName
5454
ReleaseName = $chart.name
5555
}

0 commit comments

Comments
 (0)