]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: cirrus-ci: remove reg-tests/checks/tcp-check-ssl.vtc on CentOS 6
authorIlya Shipitsin <chipitsine@gmail.com>
Mon, 27 Apr 2020 18:35:13 +0000 (23:35 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 28 Apr 2020 07:08:10 +0000 (09:08 +0200)
reg-tests/checks/tcp-check-ssl.vtc requires ALPN which is not
available on CentOS 6

.cirrus.yml

index 2d26952c01fe946eb93f440081d2759bf13ddb40..07e1bb28503983386bad5d8d8968b5b11b2047de 100644 (file)
@@ -26,6 +26,6 @@ centos_6_task:
     - make CC=cc V=1 TARGET=linux-glibc-legacy USE_ZLIB=1 USE_PCRE=1 USE_OPENSSL=1
     - ./haproxy -vv
     - ldd haproxy
-    # remove alpn reg-test (CentOS 6 does not support alpn)
-    - rm reg-tests/connection/proxy_protocol_random_fail.vtc
+    # remove some reg-tests (CentOS 6 does not support alpn)
+    - rm reg-tests/connection/proxy_protocol_random_fail.vtc reg-tests/checks/tcp-check-ssl.vtc
     - env VTEST_PROGRAM=../vtest/vtest make reg-tests || (for folder in /tmp/*regtest*/vtc.*; do cat $folder/INFO $folder/LOG; done && exit 1)