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
34 changes: 34 additions & 0 deletions sdk/cosmosdb/ci.mgmt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

trigger:
branches:
include:
- main
- release/*
- hotfix/*
paths:
include:
- sdk/cosmosdb/arm-cosmosdb/
- sdk/cosmosdb/ci.mgmt.yml

pr:
branches:
include:
- main
- feature/*
- release/*
- hotfix/*
exclude:
- feature/v4
paths:
include:
- sdk/cosmosdb/arm-cosmosdb/
- sdk/cosmosdb/ci.mgmt.yml

extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: cosmosdb
Artifacts:
- name: azure-arm-cosmosdb
safeName: azurearmcosmosdb
8 changes: 5 additions & 3 deletions sdk/cosmosdb/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ trigger:
- hotfix/*
paths:
include:
- sdk/cosmosdb/
- sdk/cosmosdb/cosmos/
- sdk/cosmosdb/ci.yml

pr:
branches:
Expand All @@ -19,10 +20,11 @@ pr:
- hotfix/*
paths:
include:
- sdk/cosmosdb/
- sdk/cosmosdb/cosmos/
- sdk/cosmosdb/ci.yml

extends:
template: ../../eng/pipelines/templates/stages/cosmos-sdk-client.yml #NOTE: Non-standard template.
template: /eng/pipelines/templates/stages/cosmos-sdk-client.yml #NOTE: Non-standard template.
parameters:
ServiceDirectory: cosmosdb
# Disable unit tests because they are no-op. Integration tests from the
Expand Down