You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by "clayburn (via GitHub)" <gi...@apache.org> on 2024/01/04 21:20:00 UTC

[PR] [Issue #4721] Use gradle-build-action for caching and build scan link promotion (eventmesh)

clayburn opened a new pull request, #4722:
URL: https://github.com/apache/eventmesh/pull/4722

   <!--
   ### 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>`.)
   -->
   
   Fixes #4721.
   
   ### Motivation
   
   This is a follow on effort to the change in https://github.com/apache/eventmesh/pull/4685. This change will both show build scan links on GitHub Actions workflows and replace custom caching logic in the CI workflow.
   
   ### Modifications
   
   - Add [gradle-build-action](https://github.com/gradle/gradle-build-action) to the CI GitHub Actions workflow.
   
   ### 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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


Re: [PR] [ISSUE #4721] Use gradle-build-action for caching and build scan link promotion (eventmesh)

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #4722:
URL: https://github.com/apache/eventmesh/pull/4722#issuecomment-1878006381

   ## [Codecov](https://app.codecov.io/gh/apache/eventmesh/pull/4722?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base [(`b3f5375`)](https://app.codecov.io/gh/apache/eventmesh/commit/b3f537530259fb2e7b9bed9a6a78f8bb1b2c2d86?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 17.44% compared to head [(`38c5427`)](https://app.codecov.io/gh/apache/eventmesh/pull/4722?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 17.44%.
   
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@            Coverage Diff            @@
   ##             master    #4722   +/-   ##
   =========================================
     Coverage     17.44%   17.44%           
     Complexity     1768     1768           
   =========================================
     Files           797      797           
     Lines         29845    29851    +6     
     Branches       2563     2577   +14     
   =========================================
   + Hits           5206     5208    +2     
   - Misses        24159    24160    +1     
   - Partials        480      483    +3     
   ```
   
   
   
   </details>
   
   [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/eventmesh/pull/4722?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).   
   :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   


-- 
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: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: issues-help@eventmesh.apache.org


Re: [PR] [ISSUE #4721] Use gradle-build-action for caching and build scan link promotion (eventmesh)

Posted by "clayburn (via GitHub)" <gi...@apache.org>.
clayburn commented on PR #4722:
URL: https://github.com/apache/eventmesh/pull/4722#issuecomment-1878786499

   > The modified `Setup Gradle` has a caching functionality similar to the original `Cache Gradle packages`, right?
   
   Yes, you can read about it in more detail [here](https://github.com/gradle/gradle-build-action?tab=readme-ov-file#caching-build-state-between-jobs).


-- 
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: issues-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: issues-help@eventmesh.apache.org


Re: [PR] [ISSUE #4721] Use gradle-build-action for caching and build scan link promotion (eventmesh)

Posted by "mxsm (via GitHub)" <gi...@apache.org>.
mxsm merged PR #4722:
URL: https://github.com/apache/eventmesh/pull/4722


-- 
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: dev-unsubscribe@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org