From b11f571871a27885b9dd03e48cf34549fa4fbbbd Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Thu, 3 Oct 2019 20:32:16 +1000 Subject: [PATCH 1/2] Setup core for unified pipelines. --- sdk/core/ci.yml | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/sdk/core/ci.yml b/sdk/core/ci.yml index 9ba4bf207712..29c856f81a5c 100644 --- a/sdk/core/ci.yml +++ b/sdk/core/ci.yml @@ -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/core/ @@ -21,14 +35,10 @@ pr: include: - sdk/core/ -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: core \ No newline at end of file + ServiceDirectory: core + Artifacts: + - name: azure_core + safeName: azurecore \ No newline at end of file From c7a82506a13345e17eb58f4b1e9ae0303e7a404e Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Sun, 6 Oct 2019 20:13:50 +1100 Subject: [PATCH 2/2] Added open census to the core pipeline (can be released independently). --- sdk/core/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/core/ci.yml b/sdk/core/ci.yml index 29c856f81a5c..47bec895db46 100644 --- a/sdk/core/ci.yml +++ b/sdk/core/ci.yml @@ -41,4 +41,6 @@ stages: ServiceDirectory: core Artifacts: - name: azure_core - safeName: azurecore \ No newline at end of file + safeName: azurecore + - name: azure_core_tracing_opencensus + safeName: azurecorecoretracingopencensus \ No newline at end of file