-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
[ISSUE #6140]Use apache/rocketmq-ci docker repo in CI #6135
Conversation
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.
Please also create an issue as instructions in pr template.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6135 +/- ##
=============================================
+ Coverage 43.22% 43.24% +0.01%
Complexity 8852 8852
=============================================
Files 1094 1094
Lines 77146 77146
Branches 10060 10060
=============================================
+ Hits 33350 33360 +10
+ Misses 39623 39621 -2
+ Partials 4173 4165 -8 ☔ View full report in Codecov by Sentry. |
This reverts commit be678f1.
) * Create pr-ci.yml * Create pr-e2e-test.yml * Create push-ci.yml * Update push-ci.yml * Update push-ci.yml * Update pr-ci.yml * Update README.md * improve performance * Update README.md * Update push-ci.yml * Create README.md * modify docker repo * Update push-ci.yml * Update pr-e2e-test.yml * use apache/rocketmq-ci docker repo * Revert "Create README.md" This reverts commit be678f1. --------- Co-authored-by: yueya <102146039+cryptoya@users.noreply.github.com> Co-authored-by: 月伢 <yuanchen.zyc@alibaba-inc.com>
Make sure set the target branch to
develop
Brief changelog
use apache/rocketmq-ci docker repo in CI
fix #6140