[CRIU] [PATCH] travis: temporarily disable lazy-pages testing
Mike Rapoport
rppt at linux.vnet.ibm.com
Wed Apr 11 13:49:43 MSK 2018
lazy-pages is currently broken, so to avoid false positives in travis
because of that, temporarily disable lazy-pages testing
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
scripts/travis/travis-tests | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/travis/travis-tests b/scripts/travis/travis-tests
index f7c3a10..eac1b0f 100755
--- a/scripts/travis/travis-tests
+++ b/scripts/travis/travis-tests
@@ -97,8 +97,8 @@ LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps04"
LAZY_TESTS=.*\(maps0\|uffd-events\|lazy-thp\|futex\|fork\).*
-./test/zdtm.py run -p 2 -T $LAZY_TESTS --lazy-pages $LAZY_EXCLUDE
-./test/zdtm.py run -p 2 -T $LAZY_TESTS --remote-lazy-pages $LAZY_EXCLUDE
+# ./test/zdtm.py run -p 2 -T $LAZY_TESTS --lazy-pages $LAZY_EXCLUDE
+# ./test/zdtm.py run -p 2 -T $LAZY_TESTS --remote-lazy-pages $LAZY_EXCLUDE
bash ./test/jenkins/criu-fault.sh
bash ./test/jenkins/criu-fcg.sh
--
2.7.4
More information about the CRIU
mailing list