зеркало из https://github.com/Azure/iot-edge-v1.git
d031cb951d
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. |
||
---|---|---|
.github | ||
v1 | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
License.txt | ||
README.md | ||
ThirdPartyNotices.txt | ||
iotedge-ci.yml | ||
iotedge.yml | ||
libnode.yml | ||
traceability.yml | ||
trademark.txt |
README.md
█████╗ ███████╗██╗ ██╗██████╗ ███████╗
██╔══██╗╚══███╔╝██║ ██║██╔══██╗██╔════╝
███████║ ███╔╝ ██║ ██║██████╔╝█████╗
██╔══██║ ███╔╝ ██║ ██║██╔══██╗██╔══╝
██║ ██║███████╗╚██████╔╝██║ ██║███████╗
╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
██╗ ████████╗ ███████╗██████╗ ██████╗ ███████╗
██║ ██████╗ ╚══██╔══╝ ██╔════╝██╔══██╗██╔════╝ ██╔════╝
██║██╔═══██║ ██║ █████╗ ██║ ██║██║ ███╗█████╗
██║██║ ██║ ██║ ██╔══╝ ██║ ██║██║ ██║██╔══╝
██║╚██████╔╝ ██║ ███████╗██████╔╝╚██████╔╝███████╗
╚═╝ ╚═════╝ ╚═╝ ╚══════╝╚═════╝ ╚═════╝ ╚══════╝
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.