hello,

here's another CI patch (which skips alpn testing on CentOS 6)

пт, 6 сент. 2019 г. в 15:48, Илья Шипицин <chipits...@gmail.com>:

> great.
>
> I'll resolve ALPN testing soon. let those builds be red for a while.
>
> пт, 6 сент. 2019 г. в 14:45, Willy Tarreau <w...@1wt.eu>:
>
>> On Mon, Sep 02, 2019 at 12:10:11AM +0500, ???? ??????? wrote:
>> > please review the following patch
>>
>> No particular opinion on it so I merged it.
>>
>> Thanks Ilya.
>> Willy
>>
>
From f106bf905cc6fb21ffc0e4f1769cef3b6d22c361 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <chipits...@gmail.com>
Date: Fri, 6 Sep 2019 23:18:14 +0500
Subject: [PATCH] BUILD: CI: skip
 reg-tests/connection/proxy_protocol_random_fail.vtc on CentOS 6

---
 .cirrus.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index 095e27b0d..5d3870954 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)
-- 
2.20.1

Reply via email to