clayburn opened a new pull request, #23602:
URL: https://github.com/apache/flink/pull/23602
<!--
## Contribution Checklist
- Name the pull request in the form "[FLINK-XXXX] [component] Title of the
pull request", where *FLINK-XXXX* should be replaced by the actual issue
number. Skip *component* if you are unsure about which is the best component.
- Make sure that the change passes the automated tests, i.e., `mvn clean
verify` passes. You can set up Azure Pipelines CI to do that following [this
guide](https://cwiki.apache.org/confluence/display/FLINK/Azure+Pipelines#AzurePipelines-Tutorial:SettingupAzurePipelinesforaforkoftheFlinkrepository).
**(The sections below can be removed for hotfixes of typos)**
-->
It was nice meeting some of you at the Gradle booth at Community over Code.
We discussed Develocity with some of you, and this would be the PR that enables
it.
## What is the purpose of the change
The build scans of the Apache Flink project are published to the Develocity
instance at [ge.apache.org](https://ge.apache.org/), hosted by the Apache
Software Foundation and run in partnership between the ASF and Gradle. This
Develocity instance has all features and extensions enabled and is freely
available for use by the Apache Flink project and all other Apache projects.
On this Develocity instance, Apache Flink will have access not only to all
of the published build scans but other aggregate data features such as:
- Dashboards to view all historical build scans, along with performance
trends over time
- Build failure analytics for enhanced investigation and diagnosis of build
failures
- Test failure analytics to better understand trends and causes around slow,
failing, and flaky tests
Please let me know if there are any questions about the value of Develocity
or the changes in this pull request and I’d be happy to address them.
## Brief change log
- Adds and configures a Maven extension to publish build scans to
ge.apache.org
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no (only the build
time extensions)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: no
- The serializers: no
- The runtime per-record code paths (performance sensitive): no
- Anything that affects deployment or recovery: no
- The S3 file system connector: no
## Documentation
- Does this pull request introduce a new feature? no
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]