Skip to content

Commit

Permalink
Enable cgroupv2 integration tests
Browse files Browse the repository at this point in the history
Let's see how it goes. NOTE currently only systemd cgroupv2 driver is
working.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Apr 4, 2020
1 parent bc9fa37 commit 71cfe8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ matrix:
- sudo ssh default sudo podman build -t test /vagrant
# Mounting /lib/modules into the container is necessary as CRIU wants to load (via iptables) additional modules
- sudo ssh default sudo podman run --privileged --cgroupns=private -v /lib/modules:/lib/modules:ro test make localunittest
- sudo ssh default sudo podman run --privileged --cgroupns=private -v /lib/modules:/lib/modules:ro test make RUNC_USE_SYSTEMD=yes localintegration
allow_failures:
- go: tip
- name: "cgroup-v2"
Expand Down

0 comments on commit 71cfe8d

Please sign in to comment.