Skip to content

Commit

Permalink
Fix missing stress matrix display name filter (#47127)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
  • Loading branch information
azure-sdk and benbp authored Nov 13, 2024
1 parent c7bd4b8 commit bc06203
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,9 @@ function DeployStressTests(
-filters $filters `
-CI:$CI `
-namespaceOverride $Namespace `
-MatrixSelection $MatrixSelection `
-MatrixFileName $MatrixFileName `
-MatrixSelection $MatrixSelection `
-MatrixDisplayNameFilter $MatrixDisplayNameFilter `
-MatrixFilters $MatrixFilters `
-MatrixReplace $MatrixReplace `
-MatrixNonSparseParameters $MatrixNonSparseParameters)
Expand Down

0 comments on commit bc06203

Please sign in to comment.