Skip to content

Commit 71983f0

Browse files
authored
Trying out sparse indirect matrix generation (Azure#44693)
1 parent 2cd5b13 commit 71983f0

File tree

1 file changed

+2
-2
lines changed
  • eng/pipelines/templates/jobs

1 file changed

+2
-2
lines changed

eng/pipelines/templates/jobs/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@ jobs:
452452
- ${{ config }}
453453
${{ if eq(parameters.ServiceDirectory, 'auto') }}:
454454
EnablePRGeneration: true
455-
# We want full matrix for indirect packages
456-
PRMatrixSparseIndirect: false
455+
# Trying sparse matrix for indirect packages
456+
PRMatrixSparseIndirect: true
457457
SparseCheckoutPaths:
458458
- '**/*.xml'
459459
- '**/*.md'

0 commit comments

Comments
 (0)