Skip to content

Commit

Permalink
Fix bad path to sample matrix json (#3860)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Broderick Phillips <[email protected]>
  • Loading branch information
azure-sdk and benbp authored Aug 2, 2022
1 parent 86b3305 commit 9a04638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/scripts/job-matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a04638

Please sign in to comment.