Skip to content

Commit

Permalink
Clean Up PR Triggers (#18186)
Browse files Browse the repository at this point in the history
* clean up PR triggering from eng/ and tools/. adding core build is fine, given that there is a direct dependency relationship, but we don't need to include tools/eng outside of the core pipeline
  • Loading branch information
scbedd authored Apr 21, 2021
1 parent 355c45c commit 6809acd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions sdk/appconfiguration/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ trigger:
include:
- sdk/appconfiguration/
- sdk/core/
- tools/
- eng/

pr:
branches:
Expand All @@ -28,8 +26,6 @@ pr:
include:
- sdk/appconfiguration/
- sdk/core/
- tools/
- eng/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
Expand Down
5 changes: 0 additions & 5 deletions sdk/containerregistry/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ trigger:
include:
- sdk/containerregistry/
- sdk/core/
- tools/
- eng/

pr:
branches:
Expand All @@ -28,9 +26,6 @@ pr:
include:
- sdk/containerregistry/
- sdk/core/
- tools/
- eng/


extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
Expand Down
4 changes: 0 additions & 4 deletions sdk/eventhub/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ trigger:
include:
- sdk/eventhub/
- sdk/core/
- tools/
- eng/

pr:
branches:
Expand All @@ -28,8 +26,6 @@ pr:
include:
- sdk/eventhub/
- sdk/core/
- tools/
- eng/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
Expand Down
4 changes: 0 additions & 4 deletions sdk/keyvault/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ trigger:
include:
- sdk/keyvault/
- sdk/core/
- tools/
- eng/

pr:
branches:
Expand All @@ -28,8 +26,6 @@ pr:
include:
- sdk/keyvault/
- sdk/core/
- tools/
- eng/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
Expand Down
6 changes: 0 additions & 6 deletions sdk/streamanalytics/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ trigger:
paths:
include:
- sdk/streamanalytics/
- sdk/core/
- tools/
- eng/

pr:
branches:
Expand All @@ -27,9 +24,6 @@ pr:
paths:
include:
- sdk/streamanalytics/
- sdk/core/
- tools/
- eng/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
Expand Down
5 changes: 0 additions & 5 deletions sdk/tables/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ trigger:
include:
- sdk/tables/
- sdk/core/
- tools/
- eng/

pr:
branches:
Expand All @@ -28,9 +26,6 @@ pr:
include:
- sdk/tables/
- sdk/core/
- tools/
- eng/


extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
Expand Down

0 comments on commit 6809acd

Please sign in to comment.