aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2019-06-25 14:45:20 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-06-27 09:56:57 +0200
commit79756c5c5679625ebbd82a962d30ac57db065cd7 (patch)
tree1a3aa140afb4471cbf53fcc0ada09b2cfd6b877c
parente8510043d207d9845e26ae11fed81dd8f10bc21e (diff)
downloadlibssh-79756c5c5679625ebbd82a962d30ac57db065cd7.tar.gz
libssh-79756c5c5679625ebbd82a962d30ac57db065cd7.tar.xz
libssh-79756c5c5679625ebbd82a962d30ac57db065cd7.zip
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 <ansasaki@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com> (cherry picked from commit d00ff451db2c5842f236013acc8eaaa7455a1358)
-rw-r--r--.gitlab-ci.yml4
1 files 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