-
Notifications
You must be signed in to change notification settings - Fork 944
test: replace k8s-sigs/cri-tools with alibaba/cri-tools #2226
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
Merged
allencloud
merged 1 commit into
AliyunContainerService:master
from
starnop:ci-ali-cri-tools
Sep 17, 2018
Merged
test: replace k8s-sigs/cri-tools with alibaba/cri-tools #2226
allencloud
merged 1 commit into
AliyunContainerService:master
from
starnop:ci-ali-cri-tools
Sep 17, 2018
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51ac21e to
53dcb8e
Compare
|
professional delivery 👍 |
1d3e789 to
fddad42
Compare
|
@Ace-Tang the test of cri-tools :alibaba-archive/cri-tools#2 @fuweid @allencloud @YaoZengzeng PTAL. :) |
fddad42 to
f44a8dd
Compare
|
Please merge #2224 first, or the cri test will fail since |
f44a8dd to
44b0e3e
Compare
|
the commits are so complicated, please change them. @starnop |
44b0e3e to
f44a8dd
Compare
Merged
Signed-off-by: Starnop <[email protected]>
edfa142 to
fd4c69c
Compare
Codecov Report
@@ Coverage Diff @@
## master #2226 +/- ##
========================================
- Coverage 66.5% 65.51% -1%
========================================
Files 208 208
Lines 16755 16841 +86
========================================
- Hits 11143 11033 -110
- Misses 4282 4483 +201
+ Partials 1330 1325 -5
|
fd4c69c to
8ce544b
Compare
|
LGTM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
areas/orchestration
areas/test
LGTM
one maintainer or community participant agrees to merge the pull reuqest.
size/S
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Starnop [email protected]
Ⅰ. Describe what this PR did
Currently,
PouchContainerhas lots of advantages over other container runtimes. We have deliver those capabilities toKubernetesby the extension of CRI API.Meanwhile, in order to ensure the robustness of the project, we should code more tests to cover the extend features.
Now, we have fork the repo from
kubernetes-sigs/cri-toolsto alibaba/cri-tools , and the tests has been added, the tests have been covered so far as follows:test has been done
GetQuotaId,GetResources,GetMountsandGetEnvsnot nil.test will been done
so it's time to integrate into the CI of
alibaba/pouch.Ⅱ. Does this pull request fix one issue?
None.
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
Just a shell.
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews
The package of
cri-toolshas been moved fromkubernetes-incubatortokubernetes-sigs.linker : kubernetes-sigs/cri-tools#376