Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix the CI and test pipelines.
  • Loading branch information
azabbasi committed Jun 29, 2020
commit 53cd4e4dba25e21916ef4de73db29742da65d775
20 changes: 3 additions & 17 deletions sdk/iot/ci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
# 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
- hotfix/*
- release/*
paths:
include:
- sdk/iot/
Expand All @@ -25,18 +13,16 @@ pr:
branches:
include:
- master
- feature/*
- hotfix/*
- release/*
paths:
include:
- sdk/iot/

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: iot
ArtifactName: packages
Artifacts:
- name: Azure.Iot.Hub.Service
safeName: AzureIotHubService

11 changes: 2 additions & 9 deletions sdk/iot/test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
trigger: none

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

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
extends:
template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
parameters:
ServiceDirectory: iot
Location: westcentralus
Expand Down