Azure-Samples / LUIS-DevOps-Template

Template repo encapsulating best engineering practices and DevOps using GitHub Actions for the development of a LUIS application.
MIT License
21 stars 17 forks source link

Consider splitting the pipeline up into three separate pipelines #31

Open AndyCW opened 4 years ago

AndyCW commented 4 years ago

Feedback from internal testing: The luis_ci.yaml is long and complex. Consider splitting it up into separate pipelines to aid with understanding and ability to easily modify:

AndyCW commented 4 years ago

It is now split into two. However, it appears that even if you do a tag or release in the ci pipeline, and you create a separate CD pipeline that triggers on tag or release, it will not trigger in response to something done by another pipeline. Has to be through the UI. Needs further investigation.