ribafish commented on PR #9167: URL: https://github.com/apache/cloudstack/pull/9167#issuecomment-2157733800
Hi @vishesh92 and @weizhouapache This PR enables you to push build scans to [Apache Develocity at ge.apache.org](https://ge.apache.org/scans). These capture metadata about your build, which can then be used to monitor and improve the build performance, test times and fix flaky tests. It is also a prerequisite for other build performance improvements, such as using local and remote build cache, test distribution or predictive test selection (not part of this PR). Develocity supports multiple build tools; there are also several Apache projects built with Maven that use it already, such as Camel, Pulsar, Creadur RAT, etc. -> you can see their build scans at [ge.apache.org with the Maven filter applied](https://ge.apache.org/scans?search.buildToolType=maven). The information captured includes the execution plan and timings, tests executed, dependencies and their versions, etc., but it does not include information such as the full list of env vars or the full cli command used to start a build unless added explicitly via [custom values](https://docs.gradle.com/develocity/maven-extension/current/#extending_build_scans). -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org