Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish test results on Azure pipelines #2948

Conversation

vagisha-nidhi
Copy link
Contributor

This PR is related to the issue #2947
The PR helps to publish test results for reporting in Azure Pipelines.

Azure Pipelines provides excellent reporting capabilities that can be leveraged by this PR.
An example report is shown in the image below.
image
image

@taketwo
Copy link
Member

taketwo commented Mar 27, 2019

Hi, thanks for the PR. Is test results publishing also supported on Ubuntu/MacOS?

As far as I can see, the publishing step currently exits with warning:

##[warning]No test result files matching */Test.xml were found.

@vagisha-nidhi
Copy link
Contributor Author

@taketwo Please find test results published here https://dev.azure.com/PointCloudLibrary/pcl/_build/results?buildId=2724&view=ms.vss-test-web.build-test-results-tab.
Also, CTest generates a ctest results file on adding the argument -T Test which is read to publish the results.

@vagisha-nidhi
Copy link
Contributor Author

Hi, thanks for the PR. Is test results publishing also supported on Ubuntu/MacOS?

As far as I can see, the publishing step currently exits with warning:

##[warning]No test result files matching */Test.xml were found.

@taketwo This is supported in Ubuntu/MacOs as well. I have modified the PR to publish results in Ubuntu and MacOs. Please visit the build page see the published results.
Thanks.

Copy link
Member

@SergioRAgostinho SergioRAgostinho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty cool. Thanks.

@SergioRAgostinho SergioRAgostinho merged commit 5b04a63 into PointCloudLibrary:master Mar 28, 2019
@jasjuang
Copy link
Contributor

@vagisha-nidhi Can you let us know how to run CUDA unit tests on Azure pipelines? We had a discussion at #3100. Personally I am also trying to make it work for my own project as well.

@taketwo taketwo changed the title Publish test results to Azure Pipelines Publish test results on Azure pipelines Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants