Commit eaeb708f authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

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#L66Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
CC: Andrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 6af5f575
...@@ -8,4 +8,4 @@ apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobu ...@@ -8,4 +8,4 @@ apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobu
chmod a+x $HOME chmod a+x $HOME
make make
make -C test/zdtm make -C test/zdtm
python test/zdtm.py run -a -f h,ns python test/zdtm.py run -a -f h,ns -x 'cgroup*'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment