-
Notifications
You must be signed in to change notification settings - Fork 426
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
RATIS-2239. Publish build scans to develocity.apache.org #1212
Conversation
@clayburn please take a look when you have some time |
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.
One comment just for info, but LGTM 👍🏻
<fileFingerprints>false</fileFingerprints> | ||
<buildLogging>false</buildLogging> | ||
<testLogging>false</testLogging> | ||
<fileFingerprints>true</fileFingerprints> |
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.
These three true
s for fileFingerprints
, buildLogging
, and testLogging
are all defaults if you'd prefer to just omit them. But no problems explicitly declaring defaults if that is what you prefer to do.
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.
@clayburn , thanks for the info. @adoroszlai , please see which one is more preferable.
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 prefer explicitly setting these.
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.
+1 the change looks good.
I do not have any additional comments. Please address @clayburn 's comment below. Thanks.
<fileFingerprints>false</fileFingerprints> | ||
<buildLogging>false</buildLogging> | ||
<testLogging>false</testLogging> | ||
<fileFingerprints>true</fileFingerprints> |
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.
@clayburn , thanks for the info. @adoroszlai , please see which one is more preferable.
What changes were proposed in this pull request?
Publish data about CI builds to
develocity.apache.org
.Downgrade
develocity-maven-extension
, because the server atdevelocity.apache.org
does not yet support 1.23.https://issues.apache.org/jira/browse/RATIS-2239
How was this patch tested?
Similar config file is already used for Ozone.
CI:
https://github.com/adoroszlai/ratis/actions/runs/12805619564