From d00ff451db2c5842f236013acc8eaaa7455a1358 Mon Sep 17 00:00:00 2001 From: Anderson Toshiyuki Sasaki Date: Tue, 25 Jun 2019 14:45:20 +0200 Subject: [PATCH] gitlab-ci: Re-enable client tests in CentOS7 The tests were disabled because of failures in torture_auth. The server tests are not enabled because the pkd tests are failing. Signed-off-by: Anderson Toshiyuki Sasaki Reviewed-by: Jakub Jelen --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 389d1e05..4c0af8e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: MINGW_BUILD: buildenv-mingw DEBIAN_CROSS_BUILD: buildenv-debian-cross -# torture_auth fails on centos7 docker images, so we don't use -DCLIENT_TESTING=ON +# pkd tests fail on CentOS7 docker images, so we don't use -DSERVER_TESTING=ON centos7/openssl_1.0.x/x86_64: image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$CENTOS7_BUILD script: @@ -14,7 +14,7 @@ centos7/openssl_1.0.x/x86_64: -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPICKY_DEVELOPER=ON -DWITH_SFTP=ON -DWITH_SERVER=ON -DWITH_ZLIB=ON -DWITH_PCAP=ON - -DUNIT_TESTING=ON .. && + -DUNIT_TESTING=ON -DCLIENT_TESTING=ON .. && make -j$(nproc) && ctest --output-on-failure tags: - shared