CI: cirrus-ci: remove reg-tests/checks/tcp-check-ssl.vtc on CentOS 6

reg-tests/checks/tcp-check-ssl.vtc requires ALPN which is not
available on CentOS 6
This commit is contained in:
Ilya Shipitsin 2020-04-27 23:35:13 +05:00 committed by William Lallemand
parent b841c74aad
commit e50b7dc2e0
1 changed files with 2 additions and 2 deletions

View 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)