https://gradle.com/ logo
Join Slack
Powered by
# develocity
  • b

    Brais Gabín Moreira

    06/28/2024, 8:57 AM
    The predictive test feature is a bit noisy as you can see in the screenshot. Is there any way to disable those messages?
    d
    e
    • 3
    • 4
  • r

    René

    06/28/2024, 12:33 PM
    Hey friends. Is there a concrete timeline to expose gradle build scans
    performance/configuration
    data via develocity api? In addition to our weekly build cache validation I want to add a configuration cache validation ci job to verify our build keeps being configuration cache compatible and hits the configuration cache. We're in the process of migrating but its a longer complex journey so I would like to have sanity checks in ci until we can enable it by default and not having incompatibilities creeping back into our build over time. Seems for now I need to parse the build output till that api is available?
    w
    • 2
    • 4
  • t

    Theodore Gonzalez

    08/02/2024, 6:32 AM
    Hi we’re debugging a potential caching issue. is there a way to see the cache file in develocity?
    ✅ 1
    p
    • 2
    • 3
  • n

    Niels Doucet

    08/07/2024, 8:51 AM
    I'm trying to configure PTS as part of a trial, but I'm not sure how to configure it given our current setup. We apply the develocity plugin in an init script of our custom gradle distribution. This seems to put the develocity extension in a separate classloader, as I'm getting an untyped generated accessor in my project's build:
    Copy code
    public val org.gradle.api.Project.develocity: kotlin.Any /* compiled code */
        public final get
    
    public fun org.gradle.api.Project.develocity(configure: org.gradle.api.Action<kotlin.Any>): kotlin.Unit { /* compiled code */ }
    We'd like to be able to configure
    develocity.predictiveTestSelection
    per project, directly through the extension, if at all possible.
    ✅ 1
    d
    • 2
    • 5
  • j

    Jeanderson Candido

    08/12/2024, 8:37 AM
    Hello folks, I'm currently looking into trying out the Reporting Kit within my organization. We use a self-hosted installation on Develocity in our internal k8s cluster. We have a reporting kit compatible version of Develocity in a separate environment just to test the Reporting kit. Where can I find the required images? I'm happy to provide further details if needed.
    n
    • 2
    • 2
  • g

    Gabriel Feo

    08/19/2024, 5:51 PM
    Just saw that Develocity 2024.2 / plugin 3.18 are out! This is awesome 💯
    ➕ 6
    ❤️ 8
  • t

    Theodore Gonzalez

    08/21/2024, 2:24 PM
    Hi, in develocity, we want to filter by repository. Is there a common practice on how to do this?
    ✅ 1
    👍 1
    e
    g
    • 3
    • 3
  • s

    Satyarth Sampath

    08/27/2024, 4:19 AM
    Hey Folks, In a multi-module gradle project, when does uploading to the remote build cache occur? Is this done immediately after a module compiles or once a build completes? We were evaluating if we can could run gradle tasks on CI on multiple shards. i.e. test module A , B on shard-1 and module C on shard-2. In this case we expected the build cache from shard-1 to be used on shard-2 if we staggered the execution(start shard-2 after X time). This would be dependent on the cache is available while shard-1 is still executing.
    n
    • 2
    • 3
  • t

    Theodore Gonzalez

    09/12/2024, 11:20 AM
    Hi, in develocity, we want to analyze the performance of different tasks using different machines e.g. RUNNER_TYPE =
    m5.large
    . Is there an advantage to having prefixes in the tags
    Copy code
    tag `runner-type` + System.getEnv('RUNNER_TYPE')
    or just
    Copy code
    tag System.getEnv('RUNNER_TYPE')
    ✅ 1
    g
    • 2
    • 2
  • p

    Phạm Lam

    09/17/2024, 10:25 AM
    hi all 👋 I often see builds with kinda unreal build duration, like this one below: the breakdown says it takes only few minutes for all the tasks, but the report says ~31m in total So I wonder what is exactly the moment "_the very end of the build_" that this note mentions? This happens mostly in local builds (and I didn't get any complains from people, that's why I believe 31m is not what people waited until the build finished)
    ✅ 1
    e
    • 2
    • 8
  • g

    Giuseppe Barbieri

    09/26/2024, 9:26 AM
    how can I compare two build scans? I don't have the option on the lower right corner here
    m
    e
    • 3
    • 3
  • a

    Antal János Monori

    10/11/2024, 1:51 PM
    Does anyone know if there is a way to manually upload scans to an instance? I have some retrieved from another computer that failed to upload, but I would really like to get them in. I looked at the API docs but I couldn't find any POST /api/builds or any other endpoint that would say this is possible. Is there any undocumented way to do this? I suppose one could look at how the plugin uploads it?
    g
    j
    j
    • 4
    • 5
  • r

    René

    10/21/2024, 7:02 PM
    I wish I could optionally hide the new cpu/memory/etc view in the timeline view and have more space to get an better view on task parallization
    g
    w
    • 3
    • 3
  • s

    Slackbot

    10/26/2024, 7:28 AM
    message has been deleted
  • r

    René

    11/28/2024, 3:01 PM
    One little thought on the timeline view. I'm never interested in the first tasks being executed in a build but basically always in tasks on the last page of the list. I wonder if it makes sense to show the last page here by default. I always have to navigate manully to the last page
    plus1 3
    j
    • 2
    • 3
  • j

    Jesse Wilson

    12/06/2024, 10:17 PM
    👋🏻 Hey gang! My configuration cache isn’t working, and this message tells me why:
    Copy code
    Calculating task graph as configuration cache cannot be reused because system property 'com.gradle.develocity.applied-deprecated-plugin' has changed.
    Unfortunately from here I’m stuck. Any idea why this system property is changing, or what I could do to prevent it from doing so? I think it’s being changed by Develocity somewhere, but that isn’t open source.
  • g

    ganachoco

    12/12/2024, 1:17 AM
    Hello. I have a question about build scan search with Project name. I found same build scan have errors from
    (N/A)
    project on develocity. And I’m guessing these build scans are from builds which are not initialized root project. I tried to exclude these build scans at build scan search result. So, I tried to set
    not:(N/A)
    at project column on build scan search, but build scan from
    (N/A)
    are still listed on search result. How I can exclude build scan search result from
    (N/A)
    project?
  • m

    madisp

    01/03/2025, 9:29 PM
    hello, what's the path to try develocity? I filled the trial form about a month ago but things have been silent...
    c
    • 2
    • 1
  • n

    Nicklas Ansman

    01/14/2025, 2:56 PM
    I've been seeing this recently when using the develocity plugin. I tried adding the Gradle API as a dependency to our included build but it doesn't help
    n
    j
    • 3
    • 7
  • n

    Nicklas Ansman

    01/14/2025, 3:46 PM
    We are trying out test distribution. We print some file paths during certain test failures. When these tests run remotely the path is the path on the agent. Is there a way to transform these logs so they include the local path instead?
    e
    • 2
    • 24
  • m

    Mike Cumings

    01/16/2025, 4:49 PM
    Q: Are there plans to incorporate the
    Problems
    reports into Develocity build scans?
    w
    • 2
    • 4
  • e

    ebtokyo

    02/20/2025, 9:40 PM
    Hello, when using composite build and develocity I'm getting this error :
    Copy code
    ^ Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: 
                   public fun Settings.develocity(p0: DevelocityConfiguration.() -> Unit): Unit defined in org.gradle.kotlin.dsl
                   public fun Test.develocity(p0: DevelocityTestConfiguration.() -> Unit): Unit defined in org.gradle.kotlin.dsl
    What I have is : • build A include build B (
    includeBuild(...)
    ) • both build A and B declare
    develocity {
    in their
    build.gradle.kts
    The build is fine if only build A declare
    develocity {
    c
    • 2
    • 7
  • j

    Jendrik Johannes

    02/26/2025, 7:44 AM
    How do I best configure the Develocity remote build cache when an included plugins build is involved? https://gradle-community.slack.com/archives/CA83B1VLL/p1740555241215639
  • i

    Idan Marciano

    03/17/2025, 8:58 AM
    .
  • i

    Idan Marciano

    03/17/2025, 9:00 AM
    Hi, Can someone please share with me an example of API call to
    api/tests/containers
    with parameters? the wiki does not contain any structure of the APi and its very hard to tell. This is something i came up with but it does not work
    Copy code
    <url>/api/tests/containers?container="*"&testOutcomes=failed&query=user:bla buildStartTime:"2025-03-14T09:15:30+02:00 to 2025-03-15T12:30:45+02:00"
    I am trying to get top 10 flaky tests from an API call
    i
    • 2
    • 3
  • c

    Charbel Sadaka

    04/07/2025, 8:30 AM
    Hello, I am using the develocity maven extension to cache a goal by defining its input and ouptut. There are some cases where the cache misses due to the change in the implementation goal (exec plugin) although the same plugin version is used. (No changes on input and ouput per the build scan comparision, only goal implementation) I cant even reproduce. Can someone please assist
    c
    • 2
    • 5
  • k

    Kengo TODA

    04/09/2025, 12:22 AM
    Hi, seems that develocity gradle plugin has released the latest major update v4, but no document is provided at https://docs.gradle.com/develocity/gradle-plugin/current/#release_history How I can find updates in this major release? Thank you!
    👀 1
  • k

    Kengo TODA

    04/09/2025, 11:40 AM
    Now I can see release note at the URL which I shared in the prev post. Thanks!
    v
    • 2
    • 1
  • n

    Niels Doucet

    04/11/2025, 12:56 PM
    With the newly enforced expiration of access keys in develocity 2025.1, we expect the related error to pop up for our users more regularly.
    Copy code
    Publishing build scan...
    
    The Develocity server (<redacted>) rejected the access key with prefix '<redacted>'.
    Your access key has been revoked.
    It doesn't include the suggested fix of rerunning the
    provisionDevelocityAccessKey
    task, even though that is suggested if no key has been provisioned yet. Is there any chance this suggestion can be added to the error message?
    j
    t
    • 3
    • 3
  • n

    no

    04/15/2025, 2:34 PM
    Hey friends, I noticed with the Develocity Plugin 4.0, there is no space between the plugin version and the Android Gradle plugin version. See screenshot:
    g
    • 2
    • 2