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

Develocity integration for java client #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ribafish
Copy link

@ribafish ribafish commented Jun 4, 2024

@martongreber, it was nice meeting you at Community over Code today. This PR will enable you to publish Build Scans to ge.apache.org as discussed (for the Java build).

Description

This PR publishes a build scan for every CI and local build from an authenticated Apache committer. The build will not fail if publishing fails. Remote caching was left disabled on this PR by design so that the build will not be affected by this change.

The build scans of the Apache Kudu Java project are published to the Develocity instance at ge.apache.org, hosted by the Apache Software Foundation and run in partnership between the ASF and Gradle. This Develocity instance has all features and extensions enabled and is freely available for use by the Apache Kudu Java project and all other Apache projects.

On this Develocity instance, Apache Kudu java will have access not only to all of the published build scans but other aggregate data features such as:

  • Dashboards to view all historical build scans, along with performance trends over time
  • Build failure analytics for enhanced investigation and diagnosis of build failures
  • Test failure analytics to better understand trends and causes around slow, failing, and flaky tests

Please let me know if there are any questions about the value of Develocity or the changes in this pull request, and I’d be happy to address them.

Note: I couldn't find any CI configuration, nor could I find the Apache Kudu project on https://ci-builds.apache.org/, but I'd be happy to help you configure the CI you are using with access to ge.apache.org.

@ribafish
Copy link
Author

ribafish commented Jun 5, 2024

@martongreber To set the access key on a "custom" jenkins instance, you'll need to add it as a secret which can be accessed as an env var. For more details you can check out the Develocity Maven extension docs.

@clayburn
Copy link

clayburn commented Jun 5, 2024

@martongreber - To obtain an access key for Kudu Jenkins, please file a ticket with ASF Infra. They can provision a CI user for your project. This would be preferred over using an account tied to you or a specific ASF committer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants