9
votes

On CI tools like Circle CI, it is possible for your individual jobs of one test run to report as separate checks to Github. The following is the result of one test run, that runs different jobs on Ubuntu and macOS images:

enter image description here

I can also create a pipeline on Azure Pipelines that achieves a similar result, running on multiple vmImages and different configurations via matrix. But this results in only one "check" on Github:

enter image description here

Although Azure Pipelines itself runs 6 different jobs in this case:

enter image description here

Is there a way to configure Azure Pipelines to report individual jobs of the pipeline as individual GitHub checks, similar to Circle CI?

1

1 Answers

5
votes

I work on Azure Pipelines. We're adding support for showing individual jobs in GitHub Checks right now (our current 3-week sprint). It should be in production in October 2018.