From 9a0463849afc8ee75bbfc9b87779e0aa5d594f9e Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:01:54 -0700 Subject: [PATCH] Fix bad path to sample matrix json (#3860) Co-authored-by: Ben Broderick Phillips --- eng/common/scripts/job-matrix/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/common/scripts/job-matrix/README.md b/eng/common/scripts/job-matrix/README.md index 51c57506f..d112c5357 100644 --- a/eng/common/scripts/job-matrix/README.md +++ b/eng/common/scripts/job-matrix/README.md @@ -39,13 +39,13 @@ jobs: parameters: MatrixConfigs: - Name: base_product_matrix - Path: eng/scripts/job-matrix/samples/matrix.json + Path: eng/common/scripts/job-matrix/samples/matrix.json Selection: all NonSparseParameters: - framework GenerateVMJobs: true - Name: sparse_product_matrix - Path: eng/scripts/job-matrix/samples/matrix.json + Path: eng/common/scripts/job-matrix/samples/matrix.json Selection: sparse GenerateVMJobs: true JobTemplatePath: /eng/common/scripts/job-matrix/samples/matrix-job-sample.yml