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
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
Unfortunately, CNI commit 13824487c6f97a8ffde7b4ef10330c75ddc34826 changed the behaviour of the CNI package such that the virtcontainers test TestRemoveNetworkFailureNetworkDoesNotExist failed. That test has been reworked on #167, but we need to find a way to avoid this sort of breakage in future.
Thoughts:
add cni as a vendor/ package to virtcontainer.
change .travis.yml so that it checks out the "last known good commit of the CNI package.
The text was updated successfully, but these errors were encountered:
PR #165 ended up failing at the Travis stage since
.travis.yml
does this:Unfortunately, CNI commit 13824487c6f97a8ffde7b4ef10330c75ddc34826 changed the behaviour of the CNI package such that the virtcontainers test
TestRemoveNetworkFailureNetworkDoesNotExist
failed. That test has been reworked on #167, but we need to find a way to avoid this sort of breakage in future.Thoughts:
vendor/
package tovirtcontainer
..travis.yml
so that it checks out the "last known good commit of the CNI package.The text was updated successfully, but these errors were encountered: