2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

travis: don't run cgroup tests

Travis uses cpusets in such a way [1] that we can't actually write to
cpuset.cpu_exclusive ever, so none of these tests will work. They'll still
work in jenkins, though, so disabling them is probably ok.

Closes #118

[1]: https://github.com/travis-ci/worker/blob/master/backend/docker.go#L66

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
CC: Andrew Vagin <avagin@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Tycho Andersen
2016-03-01 02:56:00 +03:00
committed by Pavel Emelyanov
parent 6af5f5755a
commit eaeb708f19

View File

@@ -8,4 +8,4 @@ apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobu
chmod a+x $HOME
make
make -C test/zdtm
python test/zdtm.py run -a -f h,ns
python test/zdtm.py run -a -f h,ns -x 'cgroup*'