Skip to content

Commit

Permalink
Create new pipeline for cosmos mgmt package (#18659)
Browse files Browse the repository at this point in the history
* Create new pipeline for cosmos management package
  • Loading branch information
praveenkuttappan authored Nov 16, 2021
1 parent 26ca5a7 commit 7ba07a5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
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

0 comments on commit 7ba07a5

Please sign in to comment.