Brais Gabín Moreira
06/28/2024, 8:57 AMRené
06/28/2024, 12:33 PMperformance/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?Theodore Gonzalez
08/02/2024, 6:32 AMNiels Doucet
08/07/2024, 8:51 AMpublic 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.Jeanderson Candido
08/12/2024, 8:37 AMGabriel Feo
08/19/2024, 5:51 PMTheodore Gonzalez
08/21/2024, 2:24 PMSatyarth Sampath
08/27/2024, 4:19 AMTheodore Gonzalez
09/12/2024, 11:20 AMm5.large
.
Is there an advantage to having prefixes in the tags
tag `runner-type` + System.getEnv('RUNNER_TYPE')
or just
tag System.getEnv('RUNNER_TYPE')
Phạm Lam
09/17/2024, 10:25 AMGiuseppe Barbieri
09/26/2024, 9:26 AMAntal János Monori
10/11/2024, 1:51 PMRené
10/21/2024, 7:02 PMSlackbot
10/26/2024, 7:28 AMRené
11/28/2024, 3:01 PMJesse Wilson
12/06/2024, 10:17 PMCalculating 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.ganachoco
12/12/2024, 1:17 AM(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?madisp
01/03/2025, 9:29 PMNicklas Ansman
01/14/2025, 2:56 PMNicklas Ansman
01/14/2025, 3:46 PMMike Cumings
01/16/2025, 4:49 PMProblems
reports into Develocity build scans?ebtokyo
02/20/2025, 9:40 PM^ 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 {
Jendrik Johannes
02/26/2025, 7:44 AMIdan Marciano
03/17/2025, 8:58 AMIdan Marciano
03/17/2025, 9:00 AMapi/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
<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 callCharbel Sadaka
04/07/2025, 8:30 AMKengo TODA
04/09/2025, 12:22 AMKengo TODA
04/09/2025, 11:40 AMNiels Doucet
04/11/2025, 12:56 PMPublishing 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?no
04/15/2025, 2:34 PM