-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Publish test results on Azure pipelines #2948
Conversation
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:
|
@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. |
@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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty cool. Thanks.
@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. |
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.
![image](https://user-images.githubusercontent.com/13175100/55059195-60bea700-5094-11e9-8d5f-c53d9043a080.png)
An example report is shown in the image below.
image