Skip to content

2025

Develocity Evaluation Phase: Presentation with Gradle on Optimizing Pipelines for Eclipse Projects

The Eclipse releng team is currently evaluating the relevance of the Develocity platform by Gradle Inc in understanding and optimizing their pipelines.

On Thursday, February 6, a dedicated presentation was held in collaboration with Gasper Kojek from Gradle to explore the platform's capabilities and discuss how it could benefit both Eclipse projects and the releng team in addressing build challenges.

The session focused on the challenges, the evaluation phase, Develocity’s features and how it could enhance build performance, visibility, and reliability across Eclipse projects.

πŸŽ₯ Watch the Presentation Here

Below is a summary from the session:

1. Challenges in CI/CD for Eclipse Projects

Eclipse projects face several build-related challenges, including:

  • Slow Build Identification: Detecting bottlenecks in pipelines is difficult without proper monitoring.
  • Limited Build Performance Visibility: Internal metrics (CPU, RAM, network usage) are not widely accessible, making debugging harder.
  • Build Failures & Flakiness: Unstable builds reduce trust in CI services and require significant debugging effort.
  • Infrastructure Constraints: Projects operate in a shared environment with limited resources, requiring efficient caching, parallelization, and optimization to maintain performance without increasing infrastructure costs.

Projects need pipelines that are Fast, Safe, and Reliable.

2. Develocity Evaluation Phase

The evaluation phase of Develocity started in January and runs until March, with a possible extension to June.

Post-Evaluation Goals:

  • Community Feedback: Assess Develocity's value through user input and surveys.
  • Infrastructure Impact: Evaluate impact on storage, CPU, and memory usage. And assess the effort needed to maintain Develocity operationally.

3. What is Develocity?

Develocity is a data platform & acceleration engine designed to improve developer productivity by providing insights into CI builds and enabling faster, more reliable builds.

3.1 Build Insights (Build Scans)

  • Provides detailed build reports (dependencies, executed tasks, system metrics).
  • Allows failure debugging through deep log analysis.
  • Helps track long-term build performance trends.
  • Supports Maven, Gradle, Bazel, SBT, NPM, Python, and Tycho (support in progress).

3.2 Build Acceleration Technologies

  • Build Caching: avoids redundant work by reusing previous results.
  • Predictive Test Selection: Uses machine learning to run only relevant tests.
  • Test Distribution: Distributes tests across multiple agents for faster execution.

3.3 Real-world Example:

  • Eclipse Store project reduced build time from 11 minutes to 50 seconds using build caching.
  • Eclipse Jetty tests went from 47 minutes to 16 minutes with test distribution.

4. Live Demo Highlights

  • Develocity Dashboard: Showed CI performance metrics, failure rates, and test flakiness.
  • Dependency Resolution View: Helped track package versions and transitive dependencies.
  • Flaky Test Analysis: Identified test inconsistencies across multiple CI runs.
  • Performance Optimization: Demonstrated time saved by caching and test parallelization.

5. Key Takeaways:

  • Develocity provides better CI visibility and performance optimization.
  • It helps reduce build times, improve reliability/consistency, and optimize resource usage.
  • The evaluation phase is ongoing, and projects are encouraged to participate.

How to Join the Develocity Evaluation Phase?

Additional Resources:

Welcome to the first post of the CBI blog

Here is a short overview of what we are planning to do with this blog and CBI in general in 2025.

Continuous Blogging Initiative

One of our annual objectives is to improve communication about CBI and Release Engineering (Releng) topics. The CBI blog is an important part of this objective and should give our community more insight into what has happened and what will happen in the future in β€œreleng land”. It will involve a good amount of β€œlearning on the job” and we will adjust content and technical details as we see fit.

The current plan is to have:

  • One blog post per month (schedule: TBD)
  • Topics: status updates, road map insights, best practices, technical details

CBI in general

Our three main objectives for 2025 are:

  • More monitoring
  • Modernizing releng services
  • Enhance communication

We already mentioned enhanced communication above, and you are currently reading one of the results. Another step stone for better communication is a central page for CBI related topics that should make it a lot easier for everyone to find information and documentation that is distributed across multiple locations. This central page can be reached at https://eclipse.dev/cbi and its sources can be found at https://github.com/eclipse-cbi/cbi-website.

We will talk more about monitoring and modernization in future blog posts

Back to the top