On Thu, May 28, 2020 at 01:53:10AM +0500, Илья Шипицин wrote:
> Hello,
> 
> let us skip new test on CentOS6
> 
> 
> Cheers,
> Ilya Shipitcin

> From 4585b4f3b3f6dcbef071b36e7a589cd89757818e Mon Sep 17 00:00:00 2001
> From: Ilya Shipitsin <chipits...@gmail.com>
> Date: Thu, 28 May 2020 01:50:57 +0500
> Subject: [PATCH] CI: cirrus-ci: skip
>  reg-tests/connection/proxy_protocol_send_unique_id_alpn.vtc on CentOS 6
> 
> as reg-tests/connection/proxy_protocol_send_unique_id_alpn.vtc requires ALPN, 
> which is not
> supported on CentOS 6, let us skip that test
> ---
>  .cirrus.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.cirrus.yml b/.cirrus.yml
> index 07e1bb285..4e2a3330f 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -27,5 +27,5 @@ centos_6_task:
>      - ./haproxy -vv
>      - ldd haproxy
>      # 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
> +    - rm 
> reg-tests/{connection/proxy_protocol_random_fail,checks/tcp-check-ssl,connection/proxy_protocol_send_unique_id_alpn}.vtc
>      - env VTEST_PROGRAM=../vtest/vtest make reg-tests || (for folder in 
> /tmp/*regtest*/vtc.*; do cat $folder/INFO $folder/LOG; done && exit 1)


Thanks I pushed it.

-- 
William Lallemand

Reply via email to