This repository was archived by the owner on Jun 28, 2024. It is now read-only.
integration/docker: package managers#1202
Merged
jodh-intel merged 5 commits intokata-containers:masterfrom Feb 20, 2019
Merged
Conversation
CI aborts the tests for inactivity when a test is too slow and it prints nothing, to avoid this behaviour a anything should be printed in the console. Signed-off-by: Julio Montes <julio.montes@intel.com>
Contributor
|
/test |
1 similar comment
Author
|
/test |
added 4 commits
February 19, 2019 14:49
… times Sometimes package manager tests fail randomly because of network problems, to avoid the CI aborts the tests, package manager command should run several times before failing. fixes kata-containers#264 Signed-off-by: Julio Montes <julio.montes@intel.com>
run `apt-get update` before `apt-get upgrade` to guarantee container is updated properly. Signed-off-by: Julio Montes <julio.montes@intel.com>
dnf command works well in kata containers, unskip and reimplement dnf test Signed-off-by: Julio Montes <julio.montes@intel.com>
yum command works well in kata containers, unskip and reimplement yum test Signed-off-by: Julio Montes <julio.montes@intel.com>
fa20a45 to
cf0ce57
Compare
Author
|
/test |
GabyCT
approved these changes
Feb 19, 2019
Contributor
|
odd metrics CI fail, I'll re-trigger |
jodh-intel
approved these changes
Feb 20, 2019
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.
reimplement package manager tests to improve reliability
fixes #264