Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: fix helm chart install eof #794

Merged
merged 4 commits into from
Dec 7, 2023

Conversation

wangxye
Copy link
Contributor

@wangxye wangxye commented Dec 5, 2023

fixes: #792

change:

  1. add retry in deploy helm;
  2. split docker push in deploy;

Signed-off-by: wangxye <xuanyewang.cs@gmail.com>
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

Merging #794 (983a221) into main (14caaef) will decrease coverage by 0.07%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #794      +/-   ##
============================================
- Coverage     57.65%   57.59%   -0.07%     
+ Complexity     1231     1228       -3     
============================================
  Files           132      132              
  Lines          8107     8107              
  Branches        744      744              
============================================
- Hits           4674     4669       -5     
- Misses         3031     3034       +3     
- Partials        402      404       +2     
Components Coverage Δ
RocketMQ Broker ∅ <ø> (∅)
RocketMQ Common 5.80% <ø> (ø)
RocketMQ Controller 55.13% <ø> (-0.11%) ⬇️
RocketMQ Proxy 42.61% <ø> (-0.13%) ⬇️
RocketMQ Store 76.85% <ø> (ø)
RocketMQ Stream ∅ <ø> (∅)
RocketMQ Metadata 35.44% <ø> (ø)

see 2 files with indirect coverage changes

Signed-off-by: wangxye <xuanyewang.cs@gmail.com>
@wangxye wangxye force-pushed the fix_e2e_deploy_eof branch from 07c426a to cb27653 Compare December 5, 2023 02:35
Signed-off-by: wangxye <xuanyewang.cs@gmail.com>
Signed-off-by: wangxye <xuanyewang.cs@gmail.com>
@ShadowySpirits ShadowySpirits merged commit 3afab4f into AutoMQ:main Dec 7, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm chart install failed in e2e
2 participants