From: Ilya Shipitsin Date: Fri, 6 Sep 2019 18:18:14 +0000 (+0500) Subject: BUILD: CI: skip reg-tests/connection/proxy_protocol_random_fail.vtc on CentOS 6 X-Git-Tag: v2.1-dev2~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd99f6d4bdd9ab32202a5ffd00d286cb19da1546;p=thirdparty%2Fhaproxy.git BUILD: CI: skip reg-tests/connection/proxy_protocol_random_fail.vtc on CentOS 6 This test relies on ALPN which is not available in CentOS 6. --- diff --git a/.cirrus.yml b/.cirrus.yml index 095e27b0d9..5d38709548 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,4 +24,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 - env VTEST_PROGRAM=../vtest/vtest make reg-tests || (for folder in /tmp/*regtest*/vtc.*; do cat $folder/INFO $folder/LOG; done && exit 1)