Skip to content
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

fix k8s e2e test docker file #321

Merged
merged 2 commits into from
Jan 18, 2023
Merged

Conversation

changweige
Copy link
Member

@changweige changweige commented Jan 16, 2023

Fix the nydus-snapshotter CLI parameters in k8s e2e test docker file where several CLI parameters are removed

@codecov-commenter
Copy link

Codecov Report

Base: 30.50% // Head: 30.57% // Increases project coverage by +0.07% 🎉

Coverage data is based on head (46b4514) compared to base (c84085c).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #321      +/-   ##
==========================================
+ Coverage   30.50%   30.57%   +0.07%     
==========================================
  Files          37       37              
  Lines        3800     3800              
==========================================
+ Hits         1159     1162       +3     
+ Misses       2520     2517       -3     
  Partials      121      121              
Impacted Files Coverage Δ
pkg/blob/blob_manager.go 32.65% <0.00%> (+3.06%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@@ -17,10 +17,7 @@ if [ "$#" -eq 0 ]; then
--root ${NYDUS_LIB} \
--address ${NYDUS_RUN}/containerd-nydus-grpc.sock \
--log-level ${LEVEL} \
--enable-metrics=${ENABLE_METRICS} \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we remove the related variables as well?

ENABLE_NYDUS_OVERLAY="${ENABLE_NYDUS_OVERLAY:-true}"
ENABLE_METRICS="${ENABLE_METRICS:-false}"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, already removed

Parpare for making full use of toml based config file.

Signed-off-by: Changwei Ge <gechangwei@bytedance.com>
@changweige changweige changed the title remove not frequently used CLI parameters fix k8s e2e test docker file Jan 17, 2023
Signed-off-by: Changwei Ge <gechangwei@bytedance.com>
@changweige changweige merged commit 677523e into containerd:main Jan 18, 2023
@changweige changweige deleted the fix-docker-file branch January 18, 2023 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants