Skip to content

Commit

Permalink
Reduce test scope for test-utils pipeline (#18046)
Browse files Browse the repository at this point in the history
* Reduce test scope for test-utils pipeline
  • Loading branch information
praveenkuttappan authored Oct 5, 2021
1 parent 542c496 commit 85b0bf2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eng/tools/rush-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ const reducedDependencyTestMatrix = {
'@azure/test-utils-perfstress',
'@azure-tools/test-recorder',
'@azure/synapse-monitoring'
],
'test-utils': [
'@azure-rest/purview-account',
'@azure-tests/perf-storage-blob',
'@azure-tests/perf-data-tables',
'@azure/arm-eventgrid',
'@azure/ai-text-analytics',
'@azure/identity',
'@azure/identity-cache-persistence',
'@azure/identity-vscode',
'@azure/storage-file-share',
'@azure/template'
]
};

Expand Down

0 comments on commit 85b0bf2

Please sign in to comment.