.travis.yml: ignore cgroup2 failures (workaround until #2169 gets merged)#2195
Closed
AkihiroSuda wants to merge 1 commit into
Closed
.travis.yml: ignore cgroup2 failures (workaround until #2169 gets merged)#2195AkihiroSuda wants to merge 1 commit into
AkihiroSuda wants to merge 1 commit into
Conversation
…#2169 gets merged) CI seems to have been broken due to some bad rebase during merging multiple cgroup2 PRs: opencontainers#2175 The failure is being fixed in opencontainers#2169, but still waiting for review. This PR updates .travis.yml to ignore the failure as a workaround until opencontainers#2169 gets merged. This PR can be closed if opencontainers#2169 can get merged right now (and that's even better). Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Member
Author
|
CRIU failures on cgroup v1 are unrelated |
Member
|
I'd prefer we merge #2169. I've just reviewed it. |
Member
Author
|
#2169 was merged |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
CI seems to have been broken due to some bad rebase during merging multiple cgroup2 PRs: #2175
The failure is being fixed in #2169, but still waiting for review.
This PR updates .travis.yml to ignore the failure as a workaround until #2169 gets merged.
This PR can be closed if #2169 can get merged right now (and that's even better).
Signed-off-by: Akihiro Suda akihiro.suda.cz@hco.ntt.co.jp