Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions eng/pipelines/templates/stages/cosmos-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ parameters:
- name: MatrixFilters
type: object
default: []
- name: LanguageFilter
type: object
default: []

variables:
- template: /eng/pipelines/templates/variables/globals.yml
Expand All @@ -56,8 +59,9 @@ stages:
Selection: sparse
NonSparseParameters: Agent
GenerateVMJobs: true
MatrixFilters:
MatrixFilters:
- TestFromSource=^$|false
- ${{ parameters.MatrixFilters }}
MatrixReplace:
- AZURE_TEST.*=.*/
BuildParallelization: 1
Expand All @@ -75,7 +79,8 @@ stages:
Path: eng/pipelines/templates/stages/cosmos-emulator-matrix.json
Selection: all
GenerateVMJobs: true
MatrixFilters:
MatrixFilters:
- ${{ parameters.LanguageFilter }}
- ${{ parameters.MatrixFilters }}
AdditionalParameters:
BuildParallelization: 1
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/ci.cosmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extends:
groupId: com.azure
safeName: azurespringdatacosmos
releaseInBatch: true
MatrixFilters:
LanguageFilter:
- Language=.*(Spring).*
AdditionalModules:
- name: azure-spring-data-cosmos
Expand Down