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

Describe why Quality testing pipeline runs concurrently with Release job #34

Closed AndyCW closed 4 years ago

AndyCW commented 4 years ago

From @eedorenko : Currently the quality testing (F-measure) and releasing are being performed in parallel, which is a little confusing. So no matter what quality test results are, we are still releasing. In the https://github.com/Azure-Samples/LUIS-DevOps-Samples/blob/master/docs/2-feature-branches-and-running-pipelines.md the bullet “Runs LUIS quality tests …” comes after releasing, which is even more confusing. So, perhaps this story with Releasing, Quality Testing and Release Manager should be described in the docs more explicitly.

AndyCW commented 4 years ago

Added more details on this.