-
Couldn't load subscription status.
- Fork 1k
Bring back develocity #15034
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
Bring back develocity #15034
Conversation
| // ./gradlew :smoke-tests:images:servlet:buildWindowsTestImages pushMatrix -PsmokeTestServer=jetty | ||
| id("com.bmuschko.docker-remote-api") version "9.4.0" apply false | ||
| id("com.gradle.develocity") version "4.2.2" | ||
| id("com.gradle.develocity") version "4.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is fine, renovate will update this again anyway
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, yeah, will let renovate handle it
| writer.println(buildScanUri) | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this block is repeated in both branches. As a follow up could try whether
develocity {
buildScan {
if (!gradle.startParameter.taskNames.contains("listTestsInPartition") &&
!gradle.startParameter.taskNames.contains(":test-report:reportFlakyTests")) {
buildScanPublished {
File("build-scan.txt").printWriter().use { writer ->
writer.println(buildScanUri)
}
}
}
}
}
can be moved outside the branches
Primarily a revert of #12835
Tested locally (with the access key), producing https://develocity.opentelemetry.io/s/edhorvqb6sivo