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.
This commit is contained in:
Ilya Shipitsin 2019-09-06 23:18:14 +05:00 committed by Willy Tarreau
parent f21d17bbe8
commit bd99f6d4bd

View File

@ -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 - make CC=cc V=1 TARGET=linux-glibc-legacy USE_ZLIB=1 USE_PCRE=1 USE_OPENSSL=1
- ./haproxy -vv - ./haproxy -vv
- ldd haproxy - 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) - env VTEST_PROGRAM=../vtest/vtest make reg-tests || (for folder in /tmp/*regtest*/vtc.*; do cat $folder/INFO $folder/LOG; done && exit 1)