Azure IoT Edge
Перейти к файлу
Damon Barry d031cb951d
Add definition for CI build (#667)
This change adds the Azure Pipelines build definition that builds IoT Edge v1 and runs all tests, **including end-to-end**, when changes are pushed to master. The build is **not** triggered by pull requests. The pipeline that references this definition lives in the product team's internal DevOps project to protect against test secrets leaking into public-facing logs.

The build runs on Debian 8, Ubuntu 16.04, and Windows Server 2016. The YAML file has a lot in common with iotedge.yml, so it would be good to use job-level templates to reduce duplication. However I don't anticipate this repo will see a lot of churn so I chose not to invest in templates.

Note: I had to upgrade our use of .NET Core to a newer version of 1.x. The one we were referencing isn't available on build agents.
2019-03-26 13:39:59 -07:00
.github Update ISSUE_TEMPLATE.md 2018-08-31 11:35:23 -07:00
v1 Add definition for CI build (#667) 2019-03-26 13:39:59 -07:00
.gitattributes Initial commit. 2016-04-29 10:11:11 -07:00
.gitignore Ignore certain directories that have moved to /v1 (#443) 2017-12-12 14:45:55 -08:00
.gitmodules Move files to v1 folder 2017-11-14 12:03:34 -08:00
License.txt updates for V2 GA release 2018-06-27 10:12:35 -07:00
README.md Add definition to build PRs with Azure Pipelines (#665) 2019-03-19 13:16:06 -07:00
ThirdPartyNotices.txt updates for V2 GA release 2018-06-27 10:12:35 -07:00
iotedge-ci.yml Add definition for CI build (#667) 2019-03-26 13:39:59 -07:00
iotedge.yml Add definition to build PRs with Azure Pipelines (#665) 2019-03-19 13:16:06 -07:00
libnode.yml Add YAML builds for Node.js lib, traceability tool (#666) 2019-03-14 10:20:09 -07:00
traceability.yml Add YAML builds for Node.js lib, traceability tool (#666) 2019-03-14 10:20:09 -07:00
trademark.txt updates for V2 GA release 2018-06-27 10:12:35 -07:00

README.md

        █████╗ ███████╗██╗   ██╗██████╗ ███████╗
       ██╔══██╗╚══███╔╝██║   ██║██╔══██╗██╔════╝
       ███████║  ███╔╝ ██║   ██║██████╔╝█████╗
       ██╔══██║ ███╔╝  ██║   ██║██╔══██╗██╔══╝
       ██║  ██║███████╗╚██████╔╝██║  ██║███████╗
       ╚═╝  ╚═╝╚══════╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝
 ██╗         ████████╗    ███████╗██████╗  ██████╗ ███████╗
 ██║ ██████╗ ╚══██╔══╝    ██╔════╝██╔══██╗██╔════╝ ██╔════╝
 ██║██╔═══██║   ██║       █████╗  ██║  ██║██║  ███╗█████╗
 ██║██║   ██║   ██║       ██╔══╝  ██║  ██║██║   ██║██╔══╝
 ██║╚██████╔╝   ██║       ███████╗██████╔╝╚██████╔╝███████╗
 ╚═╝ ╚═════╝    ╚═╝       ╚══════╝╚═════╝  ╚═════╝ ╚══════╝

Build Status

Welcome to the home Azure IoT Edge V1. The second version of Azure IoT Edge can be found at https://github.com/azure/azure-iotedge. The second version of Azure IoT Edge is built from the IoT Edge open-source project which can be found at https://github.com/azure/iotedge.

v1

This folder contains the Azure IoT Edge V1 codebase. V1 will continue to be supported. V1 documentation which used to live on docs.microsoft.com has been moved along side the code in this folder. Bugs can continue to be filed on the issues section of this repo.

Issues

Issues with V1 can be filed in the issues section of this GitHub repo.