From 841347241a0809ba85f51a979107251aa66a96eb Mon Sep 17 00:00:00 2001 From: Ben Broderick Phillips Date: Mon, 11 Nov 2024 18:53:48 -0500 Subject: [PATCH] Fix missing stress matrix display name filter --- .../scripts/stress-testing/stress-test-deployment-lib.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/common/scripts/stress-testing/stress-test-deployment-lib.ps1 b/eng/common/scripts/stress-testing/stress-test-deployment-lib.ps1 index 7cf55c758..48bab2c49 100644 --- a/eng/common/scripts/stress-testing/stress-test-deployment-lib.ps1 +++ b/eng/common/scripts/stress-testing/stress-test-deployment-lib.ps1 @@ -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)