You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has started failing with process_linux.go:297: applying cgroup configuration for process caused "mountpoint for not found". If this was intended to fail until we get cgroupv2 working completely, the test should've been marked as fail-able...
The text was updated successfully, but these errors were encountered:
AkihiroSuda
changed the title
CI failure (bad rebase #2165): process_linux.go:297: applying cgroup configuration for process caused "mountpoint for not found"
cgroup2: CI failure (bad rebase #2165): process_linux.go:297: applying cgroup configuration for process caused "mountpoint for not found"
Dec 6, 2019
…#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 <[email protected]>
This has started failing with
process_linux.go:297: applying cgroup configuration for process caused "mountpoint for not found"
. If this was intended to fail until we get cgroupv2 working completely, the test should've been marked as fail-able...Originally posted by @cyphar in #2165 (comment)
The text was updated successfully, but these errors were encountered: