From eaeb708f19fb2f7e44abb18576fe5256f70eb0b7 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Tue, 1 Mar 2016 02:56:00 +0300 Subject: [PATCH] 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 CC: Andrew Vagin Signed-off-by: Pavel Emelyanov --- scripts/travis-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-tests b/scripts/travis-tests index d764d2cb5..fc7d050ef 100755 --- a/scripts/travis-tests +++ b/scripts/travis-tests @@ -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*'