-
Notifications
You must be signed in to change notification settings - Fork 949
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: replace k8s-sigs/cri-tools with alibaba/cri-tools #2226
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 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
starnop
force-pushed
the
ci-ali-cri-tools
branch
3 times, most recently
from
September 11, 2018 06:50
51ac21e
to
53dcb8e
Compare
professional delivery 👍 |
starnop
force-pushed
the
ci-ali-cri-tools
branch
2 times, most recently
from
September 11, 2018 08:27
1d3e789
to
fddad42
Compare
@Ace-Tang the test of cri-tools :alibaba-archive/cri-tools#2 @fuweid @allencloud @YaoZengzeng PTAL. :) |
starnop
force-pushed
the
ci-ali-cri-tools
branch
from
September 12, 2018 02:14
fddad42
to
f44a8dd
Compare
Please merge #2224 first, or the cri test will fail since |
starnop
force-pushed
the
ci-ali-cri-tools
branch
from
September 12, 2018 02:54
f44a8dd
to
44b0e3e
Compare
the commits are so complicated, please change them. @starnop |
starnop
force-pushed
the
ci-ali-cri-tools
branch
from
September 12, 2018 02:58
44b0e3e
to
f44a8dd
Compare
pouchrobot
added
size/S
size/M
and removed
conflict/needs-rebase
size/XXL
size/S
labels
Sep 12, 2018
Merged
Signed-off-by: Starnop <[email protected]>
starnop
force-pushed
the
ci-ali-cri-tools
branch
from
September 12, 2018 04:27
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
|
starnop
force-pushed
the
ci-ali-cri-tools
branch
from
September 12, 2018 06:20
fd4c69c
to
8ce544b
Compare
allencloud
changed the title
test: replace kubernetes-sigs/cri-tools with alibaba/cri-tools
test: replace k8s-sigs/cri-tools with alibaba/cri-tools
Sep 12, 2018
LGTM |
pouchrobot
added
the
LGTM
one maintainer or community participant agrees to merge the pull reuqest.
label
Sep 17, 2018
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,
PouchContainer
has lots of advantages over other container runtimes. We have deliver those capabilities toKubernetes
by 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-tools
to alibaba/cri-tools , and the tests has been added, the tests have been covered so far as follows:test has been done
GetQuotaId
,GetResources
,GetMounts
andGetEnvs
not 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-tools
has been moved fromkubernetes-incubator
tokubernetes-sigs
.linker : kubernetes-sigs/cri-tools#376