This repository was archived by the owner on Jun 28, 2024. It is now read-only.
integration/docker:modify test of memory hotplug when create container#813
Merged
grahamwhaley merged 1 commit intokata-containers:masterfrom Oct 18, 2018
cedriccchen:master
Merged
integration/docker:modify test of memory hotplug when create container#813grahamwhaley merged 1 commit intokata-containers:masterfrom cedriccchen:master
grahamwhaley merged 1 commit intokata-containers:masterfrom
cedriccchen:master
Conversation
Contributor
Author
|
Please have a look and trigger the CI. |
Member
|
/test |
Member
linzichang
added a commit
to linzichang/runtime
that referenced
this pull request
Oct 15, 2018
When create sandbox, we setup a sandbox of 2048M base memory, and then hotplug memory that is needed for every new container. And we change the unit of c.config.Resources.Mem from MiB to Byte in order to prevent the 4095B < memory < 1MiB from being lost. Depends-on:github.com/kata-containers/tests#813 Fixes kata-containers#400 Signed-off-by: Clare Chen <clare.chenhui@huawei.com> Signed-off-by: Zichang Lin <linzichang@huawei.com>
Member
|
/retest |
Modify test of memory hotplug when create container. Depends-on:github.com/kata-containers/runtime#786 Fixes #812 Signed-off-by: Clare Chen <clare.chenhui@huawei.com>
Contributor
Author
|
@bergwolf @jodh-intel @jcvenegas Please take a look. |
Member
|
/test |
Contributor
Author
|
Hi @jodh-intel Could you please help me rebuild the failed CI? As I have no authority, thanks~ |
|
Hi @clarecch - I've restarted them again, but I suspect they are going to fail again... We've had a problem recently where for reasons I don't understand a high proportion of the jobs have been scheduled on systems that do not support nested kvm. This is a recent change and currently causes all tests to fail. I believe that @mnaser is investigating. |
jcvenegas
approved these changes
Oct 17, 2018
Contributor
|
Ignoring known metrics CI fail - merging. |
Contributor
Author
|
Thanks @grahamwhaley |
zklei
pushed a commit
to zklei/runtime
that referenced
this pull request
Nov 22, 2018
When create sandbox, we setup a sandbox of 2048M base memory, and then hotplug memory that is needed for every new container. And we change the unit of c.config.Resources.Mem from MiB to Byte in order to prevent the 4095B < memory < 1MiB from being lost. Depends-on:github.com/kata-containers/tests#813 Fixes kata-containers#400 Signed-off-by: Clare Chen <clare.chenhui@huawei.com> Signed-off-by: Zichang Lin <linzichang@huawei.com>
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Modify test of memory hotplug when create container.
Depends-on:github.com/kata-containers/runtime#786
Fixes #812
Signed-off-by: Clare Chen clare.chenhui@huawei.com