clayburn opened a new pull request, #4685:
URL: https://github.com/apache/eventmesh/pull/4685
<!--
### Contribution Checklist
- Name the pull request in the form "[ISSUE #XXXX] Title of the pull
request",
where *XXXX* should be replaced by the actual issue number.
Skip *[ISSUE #XXXX]* if there is no associated github issue for this
pull request.
- Fill out the template below to describe the changes contributed by the
pull request.
That will give reviewers the context they need to do the review.
- Each pull request should address only one issue.
Please do not mix up code from multiple issues.
- Each commit in the pull request should have a meaningful commit message.
- Once all items of the checklist are addressed, remove the above text and
this checklist,
leaving only the filled out template below.
(The sections below can be removed for hotfixes of typos)
-->
<!--
(If this PR fixes a GitHub issue, please add `Fixes #<XXX>` or `Closes
#<XXX>`.)
-->
### Motivation
This PR publishes a build scan for every CI build on GitHub Actions and for
every local build from an authenticated Apache committer. The build will not
fail if publishing fails.
The build scans of the Apache EventMesh project will be 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 EventMesh project and all other Apache
projects. Currently, this is being used by other ASF projects such as
[Beam](https://ge.apache.org/scans?search.rootProjectNames=beam&search.timeZoneId=America%2FChicago),
[Kafka](https://ge.apache.org/scans?search.rootProjectNames=kafka&search.timeZoneId=America%2FChicago),
[Solr](https://ge.apache.org/scans?search.rootProjectNames=solr*&search.timeZoneId=America%2FChicago),
and
[more](https://ge.apache.org/scans?search.buildToolType=gradle&search.rootProjectNames=not:beam,not:kafka,not:solr*&search.timeZoneId=America%2FChicago).
On this Develocity instance, Apache EventMesh 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
To see an example of the insights, see this [Build
Scan](https://ge.solutions-team.gradle.com/s/ejzit5bjnx2v2). 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.
### Modifications
- Added the Gradle Enterprise and Common Custom User Data Gradle Plugins
- Configured the Gradle Enterprise Gradle Plugin to publish Build Scans to
ge.apache.org
### 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]