This repository was archived by the owner on Jun 28, 2024. It is now read-only.
[DNM] integration/docker: check devices cgroup#666
Closed
devimc wants to merge 1 commit into
Closed
Conversation
Author
|
oh my.... the number of the beast 🤘 |
Contributor
|
😈 |
Author
|
Depends-on: kata-containers/runtime#657 |
ef759c7 to
e9f1e73
Compare
e9f1e73 to
c4e283c
Compare
c4e283c to
c1139a9
Compare
c1139a9 to
c5988c9
Compare
Modify hotplug block devices test to check loop devices and check that these loop devices are part of the devices cgroup. Depends-on: github.com/kata-containers/runtime#657 fixes kata-containers#665 Signed-off-by: Julio Montes <julio.montes@intel.com>
c5988c9 to
71a77c7
Compare
Author
jcvenegas
added a commit
to jcvenegas/kata-test
that referenced
this pull request
May 22, 2019
debug CI Fixes: kata-containers#666 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
Closed
jcvenegas
added a commit
to jcvenegas/kata-test
that referenced
this pull request
May 22, 2019
debug CI Fixes: kata-containers#666 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
to jcvenegas/kata-test
that referenced
this pull request
May 22, 2019
debug CI Fixes: kata-containers#666 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
to jcvenegas/kata-test
that referenced
this pull request
May 23, 2019
debug CI Fixes: kata-containers#666 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
to jcvenegas/kata-test
that referenced
this pull request
Aug 20, 2019
debug sles CI repo add issues. Fixes: kata-containers#666 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
Closed
jcvenegas
added a commit
to jcvenegas/kata-test
that referenced
this pull request
Aug 20, 2019
debug sles CI repo add issues. Fixes: kata-containers#666 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
to jcvenegas/kata-test
that referenced
this pull request
Dec 12, 2019
debug for kill bug Fixes: kata-containers#666 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
jcvenegas
added a commit
to jcvenegas/kata-test
that referenced
this pull request
Jan 8, 2020
debug for kill bug Fixes: kata-containers#666 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.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 hotplug block devices test to check loop devices and check that these
loop devices are part of the devices cgroup.
Depends-on: github.com/kata-containers/runtime#657
fixes #665