Hello,

new reg-test requires ALPN which is not available on CentOS 6.

Cheers,
Ilya Shipitcin
From f6edcbacc58ccbfe47f25fccfe6a5743fcae1122 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <chipits...@gmail.com>
Date: Mon, 27 Apr 2020 23:35:13 +0500
Subject: [PATCH] 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
---
 .cirrus.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 2d26952c0..07e1bb285 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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)
-- 
2.25.4

Reply via email to