This repository was archived by the owner on Jun 28, 2024. It is now read-only.
backport: 1.6.2 patches#1479
Merged
egernst merged 4 commits intokata-containers:stable-1.6from Apr 17, 2019
Merged
Conversation
Author
|
/test |
…unitrhel tests: Skip unit tests on RHEL (cherry picked from commit 4537354) Fixes kata-containers#1455 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
…fixcgrouppath cgroup_test: prepend a kata specific string to host cgroup path (cherry picked from commit 28bfe35) Fixes:kata-containers#1461 Depends-on:github.com/kata-containers/runtime#1544 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
ganeshmaharaj
pushed a commit
to ganeshmaharaj/kata-runtime
that referenced
this pull request
Apr 16, 2019
Fixes: kata-containers#1545 Depends-on:github.com/kata-containers/tests#1479 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
chavafg
approved these changes
Apr 16, 2019
Contributor
|
@ganeshmaharaj can you also include this commit? 77029fd |
…enkinsrhel tests: Fix ci for RHEL (cherry picked from commit f46b23a) Fixes kata-containers#1470 Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
jcvenegas
approved these changes
Apr 16, 2019
Author
|
/retest |
jodh-intel
approved these changes
Apr 17, 2019
Instead of checking that the physical volume is available right after the `kubectl create pv` command is run, check if it becomes available every 2s for a maximum of 10s. Fixes: kata-containers#1440. (cherry picked from commit b60bf9a) Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com> Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
Author
|
/retest |
grahamwhaley
pushed a commit
to grahamwhaley/kata-containers-tests
that referenced
this pull request
Apr 24, 2019
If the scripts failed to find go or a GOPATH they would follow a different path and invoke `sudo -E`, but not with the PATH=$PATH argument. This normally works on oru CIs, but on Zuul, where the old distro go version will be in the sudo path first, it fails with a 'go too old' error. Pass the CI env/user PATH into the `sudo` to ensure we pick up the correct golang. Fixes: kata-containers#1479 Signed-off-by: Graham Whaley <graham.whaley@intel.com>
chavafg
pushed a commit
to chavafg/tests-1
that referenced
this pull request
May 2, 2019
If the scripts failed to find go or a GOPATH they would follow a different path and invoke `sudo -E`, but not with the PATH=$PATH argument. This normally works on oru CIs, but on Zuul, where the old distro go version will be in the sudo path first, it fails with a 'go too old' error. Pass the CI env/user PATH into the `sudo` to ensure we pick up the correct golang. Fixes: kata-containers#1479 Signed-off-by: Graham Whaley <graham.whaley@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.
Backport includes below changes.
#1456
#1462
#1471
#1444