rohityadavcloud commented on PR #6228: URL: https://github.com/apache/cloudstack/pull/6228#issuecomment-1091669482
@DaanHoogland I need some input on how the Jenkins pr-analysis job is tied to PRs. It doesn't show up now :( in the list of PR checks - https://ci-builds.apache.org/job/Cloudstack/job/cloudstack-pr-analysis/ Some more progress, now the quality checks are running and I'm able to generate clover and jacoco coverage reports. For example: <img width="1854" alt="Screenshot 2022-04-07 at 5 51 15 PM" src="https://user-images.githubusercontent.com/95203/162197457-1d444575-857f-4bfa-be4c-9ef33cf63b3e.png"> All that is required is now to enable the `-P quality` profile in the build command, for example: ``` mvn -P developer,systemvm,quality -Dsimulator -Dnoredist clean install ``` To generate the clover html report, we do for example: ``` mvn -P quality clean install clover:aggregate clover:clover ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
