Skip to content

Commit

Permalink
Prep for digitaltwins
Browse files Browse the repository at this point in the history
  • Loading branch information
David R. Williamson committed May 19, 2020
1 parent e6a9543 commit 77d5e26
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
/sdk/cognitiveservices/vision.computervision/ @toothache
/sdk/cognitiveservices/vision.face/ @TFR258

/sdk/digitaltwins/ @drwill-ms @timtay-microsoft @abhipsaMisra @vinagesh @azabbasi @prmathur-microsoft @bikamani @barustum

/sdk/eventgrid/ @Kishp01 @ahamad-MS

/sdk/eventhub/ @serkantkaraca @jsquire @kinelski
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.vs/
*.lock.json
developer/
launch.json

# Build results
binaries/
Expand Down
2 changes: 2 additions & 0 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<PackageReference Update="Azure.Storage.Queues" Version="12.1.1" />
<PackageReference Update="Azure.Storage.Files.DataLake" Version="12.0.0" />
<PackageReference Update="BenchmarkDotNet" Version="0.11.5" />
<PackageReference Update="Castle.Core" Version="4.4.0" />
<PackageReference Update="FluentAssertions" Version="5.10.3" />
<PackageReference Update="FsCheck.Xunit" Version="2.14.0" />
<PackageReference Update="Microsoft.Azure.Amqp" Version="[2.4.2, 3.0.0)" />
<PackageReference Update="Microsoft.Azure.Batch" Version="11.0.0" />
Expand Down
3 changes: 3 additions & 0 deletions sdk/digitaltwins/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.config.json
!*common.config.json
!*common.test.assets.config.json
42 changes: 42 additions & 0 deletions sdk/digitaltwins/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 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/digitaltwins/

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

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: digitaltwins
ArtifactName: packages
Artifacts:
- name: Azure.DigitalTwins.Core
safeName: AzureDigitalTwinsCore
18 changes: 18 additions & 0 deletions sdk/digitaltwins/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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
parameters:
ServiceDirectory: digitaltwins
Location: southcentralus
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview)
EnvVars:
# Runs live tests.
AZURE_IOT_TEST_MODE: Live

0 comments on commit 77d5e26

Please sign in to comment.