Skip to content

Commit

Permalink
Unified Pipelines for most of repo (AzureSDKAutomation#7645)
Browse files Browse the repository at this point in the history
* Adding unified pipelines to everything else.
  • Loading branch information
mitchdenny authored Oct 17, 2019
1 parent 66a9605 commit ec7950b
Show file tree
Hide file tree
Showing 75 changed files with 1,682 additions and 637 deletions.
29 changes: 20 additions & 9 deletions sdk/aks/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

trigger:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/aks/
Expand All @@ -21,14 +35,11 @@ pr:
include:
- sdk/aks/

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: aks
ServiceDirectory: aks
Artifacts:
- name: azure_mgmt_devspaces
safeName: azuremgmtdevspaces
29 changes: 20 additions & 9 deletions sdk/alertsmanagement/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

trigger:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/alertsmanagement/
Expand All @@ -21,14 +35,11 @@ pr:
include:
- sdk/alertsmanagement/

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: alertsmanagement
ServiceDirectory: alertsmanagement
Artifacts:
- name: azure_mgmt_alertsmanagement
safeName: azuremgmtalertsmanagement
24 changes: 21 additions & 3 deletions sdk/apimanagement/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

trigger:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/apimanagement/
Expand All @@ -21,7 +35,11 @@ pr:
include:
- sdk/apimanagement/

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: apimanagement
ServiceDirectory: apimanagement
Artifacts:
- name: azure_mgmt_apimanagement
safeName: azuremgmtapimanagement
4 changes: 3 additions & 1 deletion sdk/appconfiguration/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ stages:
ServiceDirectory: appconfiguration
Artifacts:
- name: azure_appconfiguration
safeName: azureappconfiguration
safeName: azureappconfiguration
- name: azure_mgmt_appconfiguration
safeName: azuremgmtappconfiguration
29 changes: 21 additions & 8 deletions sdk/applicationinsights/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

trigger:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/applicationinsights/
Expand All @@ -21,14 +35,13 @@ pr:
include:
- sdk/applicationinsights/

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: applicationinsights
Artifacts:
- name: azure_mgmt_applicationinsights
safeName: azuremgmtapplicationinsights
- name: azure_applicationinsights
safeName: azureapplicationinsights
33 changes: 22 additions & 11 deletions sdk/appservice/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

trigger:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/appservice/
- sdk/web/

pr:
branches:
Expand All @@ -19,16 +33,13 @@ pr:
- restapi*
paths:
include:
- sdk/appservice/
- sdk/web/

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: appservice
ServiceDirectory: appservice
Artifacts:
- name: azure_mgmt_web
safeName: azuremgmtweb
45 changes: 45 additions & 0 deletions sdk/attestation/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

trigger:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/attestation/

pr:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/attestation/


stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: attestation
Artifacts:
- name: azure_mgmt_attestation
safeName: azuremgmtattestation
29 changes: 20 additions & 9 deletions sdk/authorization/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

trigger:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/authorization/
Expand All @@ -21,14 +35,11 @@ pr:
include:
- sdk/authorization/

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: authorization
ServiceDirectory: authorization
Artifacts:
- name: azure_mgmt_authorization
safeName: azuremgmtauthorization
29 changes: 20 additions & 9 deletions sdk/automation/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# DO NOT EDIT THIS FILE
# This file is generated automatically and any changes will be lost.

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure
- repository: azure-sdk-build-tools
type: git
name: internal/azure-sdk-build-tools

trigger:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/automation/
Expand All @@ -21,14 +35,11 @@ pr:
include:
- sdk/automation/

resources:
repositories:
- repository: azure-sdk-tools
type: github
name: Azure/azure-sdk-tools
endpoint: azure

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml
stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: automation
ServiceDirectory: automation
Artifacts:
- name: azure_mgmt_automation
safeName: azuremgmtautomation
Loading

0 comments on commit ec7950b

Please sign in to comment.