Skip to content

Commit

Permalink
Fix missing stress matrix display name filter (#23726)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Broderick Phillips <[email protected]>
  • Loading branch information
2 people authored and glecaros committed Nov 18, 2024
1 parent 51b1b93 commit e6cc39e
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 e6cc39e

Please sign in to comment.