-
Notifications
You must be signed in to change notification settings - Fork 950
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
test: add node e2e test in CI #2198
Conversation
06d776f
to
788b19a
Compare
Codecov Report
@@ Coverage Diff @@
## master #2198 +/- ##
=========================================
+ Coverage 64.9% 67.01% +2.1%
=========================================
Files 208 208
Lines 16722 17064 +342
=========================================
+ Hits 10853 11435 +582
+ Misses 4519 4281 -238
+ Partials 1350 1348 -2
|
This is really good. Thanks a lot for your work. @starnop |
👍 |
hack/install/install_critest.sh
Outdated
fi | ||
|
||
command -v ginkgo > /dev/null | ||
chmod +x hack/install/install_ginkgo.sh |
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.
we can chmod hack/install/install_ginkgo.sh
before push
EOF' | ||
|
||
echo | ||
chmod +x hack/install/install_cni.sh |
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.
we can chmod file before push
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.
Got it. 👍
6855606
to
92a1a5b
Compare
Makefile
Outdated
cri-e2e-test: ## run cri-e2e-test | ||
@echo $@ | ||
@mkdir -p coverage | ||
@chmod +x ./hack/testing/run_daemon_cri_e2e.sh |
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.
chmod before push
5d2ec79
to
6d0a86d
Compare
Signed-off-by: Starnop <[email protected]>
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.
LGTM
ping @YaoZengzeng
Thanks for your review, I think maybe we could kick ball first, and see what will go on in the next CI. @fuweid |
Signed-off-by: Starnop [email protected]
Ⅰ. Describe what this PR did
Currently, we have added the unit tests related to CRI and the tests of CRI-tools to CI, but this is not reassuring enough, so we add the node e2e test to further guarantees the correctness of the project.
Ⅱ. Does this pull request fix one issue?
None.
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
None.
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews