Closed vilit1 closed 2 years ago
more pipeline runs: https://dev.azure.com/azureiotdevxp/aziotcli/_build/results?buildId=6017&view=results
https://dev.azure.com/azureiotdevxp/aziotcli/_build/results?buildId=6017&view=logs&j=181dabdb-4055-58ff-c7bd-8011e0b92875&t=461df41c-c251-5897-4c96-d919087dbdd0 - seems like the decrease for the max attempts did not help much for user identity
Test runs: https://dev.azure.com/azureiotdevxp/aziotcli/_build/results?buildId=6010&view=results https://dev.azure.com/azureiotdevxp/aziotcli/_build/results?buildId=6012&view=results
Slightly smarter way to run the storage tests (upload file and export/import devices) Things to note:
Tests can still fail but they fail less often:
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Thank you for contributing to the IoT extension!
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Intent for Production
dev
ormain
are of production grade. Corollary to this, any merged contributions to these branches may be deployed in a public release at any given time. By checking this box, you agree and commit to the expected production quality of code.Basic expectations
pytest <project root> -vv
. Please provide evidence in the form of a screenshot showing a succesful run of tests locally OR a link to a test pipeline that has been run against the change-set..pylintrc
and.flake8
rules? Look at the CI scripts for example usage.Azure IoT CLI maintainers reserve the right to enforce any of the outlined expectations.
A PR is considered ready for review when all basic expectations have been met (or do not apply).