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

[GitHub] [eventmesh] shaowenchen opened a new pull request, #3758: [ISSUE #3757] fix build image

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

   [ISSUE #3757]
   
   Fixes #3757 .
   
   
   ### Modifications
   
   - fix Dockerfile
   - add GitHub action ci to build for every push
   
   ### Test
   
   ```bash
   docker run -p 10106:10106 -p 10105:10105 --rm -it shaowenchen/eventmesh:latest
   ```
   
   ### More
   
   Please add DOCKERHUB_USERNAME and DOCKERHUB_PASSWORD to the secrets in the current project. I set the image as eventmesh/eventmesh:latest.
   
   


-- 
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


[GitHub] [eventmesh] RiESAEX commented on pull request #3758: [ISSUE #3757] fix build image

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

   It looks like DOCKERHUB_USERNAME and DOCKERHUB_PASSWORD are not set. every build action is failed with `Error: Username and password required`


-- 
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


[GitHub] [eventmesh] codecov[bot] commented on pull request #3758: [ISSUE #3757] fix build image

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

   ## [Codecov](https://codecov.io/gh/apache/eventmesh/pull/3758?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#3758](https://codecov.io/gh/apache/eventmesh/pull/3758?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ecb8699) into [master](https://codecov.io/gh/apache/eventmesh/commit/85cf89ff6e4e026760657bb1da883f918bcf9309?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (85cf89f) will **decrease** coverage by `0.02%`.
   > The diff coverage is `0.00%`.
   
   > :exclamation: Current head ecb8699 differs from pull request most recent head 2e6e6bf. Consider uploading reports for the commit 2e6e6bf to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #3758      +/-   ##
   ============================================
   - Coverage     13.76%   13.74%   -0.02%     
     Complexity     1291     1291              
   ============================================
     Files           571      571              
     Lines         29231    29222       -9     
     Branches       2881     2868      -13     
   ============================================
   - Hits           4024     4018       -6     
   + Misses        24833    24831       -2     
   + Partials        374      373       -1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/eventmesh/pull/3758?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...re/protocol/http/processor/HeartBeatProcessor.java](https://codecov.io/gh/apache/eventmesh/pull/3758?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZXZlbnRtZXNoLXJ1bnRpbWUvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2V2ZW50bWVzaC9ydW50aW1lL2NvcmUvcHJvdG9jb2wvaHR0cC9wcm9jZXNzb3IvSGVhcnRCZWF0UHJvY2Vzc29yLmphdmE=) | `0.00% <0.00%> (ø)` | |
   | [...che/eventmesh/client/selector/ServiceInstance.java](https://codecov.io/gh/apache/eventmesh/pull/3758?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZXZlbnRtZXNoLXNkay1qYXZhL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9ldmVudG1lc2gvY2xpZW50L3NlbGVjdG9yL1NlcnZpY2VJbnN0YW5jZS5qYXZh) | `0.00% <ø> (ø)` | |
   | [.../eventmesh/spi/loader/JarExtensionClassLoader.java](https://codecov.io/gh/apache/eventmesh/pull/3758?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZXZlbnRtZXNoLXNwaS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZXZlbnRtZXNoL3NwaS9sb2FkZXIvSmFyRXh0ZW5zaW9uQ2xhc3NMb2FkZXIuamF2YQ==) | `13.55% <0.00%> (ø)` | |
   | [...tmesh/webhook/receive/protocol/GithubProtocol.java](https://codecov.io/gh/apache/eventmesh/pull/3758?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZXZlbnRtZXNoLXdlYmhvb2svZXZlbnRtZXNoLXdlYmhvb2stcmVjZWl2ZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvZXZlbnRtZXNoL3dlYmhvb2svcmVjZWl2ZS9wcm90b2NvbC9HaXRodWJQcm90b2NvbC5qYXZh) | `0.00% <0.00%> (ø)` | |
   
   ... and [8 files with indirect coverage changes](https://codecov.io/gh/apache/eventmesh/pull/3758/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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


[GitHub] [eventmesh] qqeasonchen commented on pull request #3758: [ISSUE #3757] fix build image

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

   good job


-- 
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


[GitHub] [eventmesh] qqeasonchen merged pull request #3758: [ISSUE #3757] fix build image

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


-- 
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