Skip to content

Commit

Permalink
Adds appconfig, core, and eventgrid to PR pipelines. (Azure#6111)
Browse files Browse the repository at this point in the history
* Adds appconfig, core, and eventgrid to PR pipelines.
* Updates to PR pipelines to include explicit branch in PR trigger.
* Switched core PR validation pipeline to build all of dataplane.
* Added trigger: none stop stop these pipelines doing CI triggers.
  • Loading branch information
mitchdenny authored May 6, 2019
1 parent fe5a1b8 commit 31b4bc1
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sdk/appconfiguration/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger: none

pr:
branches:
include:
- master
paths:
include:
- sdk/appconfiguration/

variables:
ProjectFile: sdk/appconfiguration/Azure.ApplicationModel.Configuration/Azure.ApplicationModel.Configuration.sln

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
18 changes: 18 additions & 0 deletions sdk/core/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger: none

pr:
branches:
include:
- master
paths:
include:
- sdk/core/

variables:
ProjectFile: eng/data-plane.proj

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
18 changes: 18 additions & 0 deletions sdk/eventgrid/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger: none

pr:
branches:
include:
- master
paths:
include:
- sdk/eventgrid/

variables:
ProjectFile: sdk/eventgrid/Microsoft.Azure.EventGrid/Microsoft.Azure.EventGrid.sln

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
2 changes: 2 additions & 0 deletions sdk/eventhub/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger: none

pr:
branches:
include:
Expand Down
2 changes: 2 additions & 0 deletions sdk/hdinsight/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger: none

pr:
branches:
include:
Expand Down
2 changes: 2 additions & 0 deletions sdk/keyvault/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger: none

pr:
branches:
include:
Expand Down
2 changes: 2 additions & 0 deletions sdk/operationalinsights/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger: none

pr:
branches:
include:
Expand Down
2 changes: 2 additions & 0 deletions sdk/servicebus/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

trigger: none

pr:
branches:
include:
Expand Down

0 comments on commit 31b4bc1

Please sign in to comment.