Re: [PATCH] remote couple of travis jobs (migrated to github actions), unmark arm64 as allowed to fail

2020-11-17 Thread Willy Tarreau
On Sun, Nov 15, 2020 at 11:59:54PM +0500,  ??? wrote:
> One of those jobs uses ERR=
> I keep an eye on them:) will remove them sometimes

OK series merged then. Thanks!
Willy



Re: [PATCH] remote couple of travis jobs (migrated to github actions), unmark arm64 as allowed to fail

2020-11-15 Thread Илья Шипицин
One of those jobs uses ERR=
I keep an eye on them:) will remove them sometimes

On Sun, Nov 15, 2020, 11:16 PM Tim Düsterhus  wrote:

> Ilya,
>
> Am 11.11.20 um 19:18 schrieb Илья Шипицин:
> > Hi,
> >
> > some travis-ci cleanup.
> >
> > Ilya
> >
>
> I believe these can be removed as well, can't they?
>
>   - os: linux
> if: type == push
> compiler: clang
> env: TARGET=linux-glibc LIBRESSL_VERSION=3.1.1 CC=clang-9
> name: libressl-3.1.1
>   - os: linux
> env: DEBUG_OPTIONS=""
> if: type == cron
> compiler: clang
> env: TARGET=linux-glibc LIBRESSL_VERSION=3.0.2 CC=clang-9
> name: libressl-3.0.2 | ERR=
>   - os: linux
> if: type == push
> compiler: clang
> env: TARGET=linux-glibc FLAGS= CC=clang-9
> name: FLAGS=
>   - os: linux
> if: type == cron
> compiler: clang
> env: TARGET=linux-glibc FLAGS="USE_SLZ=1 USE_PCRE2=1 USE_PCRE2_JIT=1
> USE_LUA=1 USE_OPENSSL=1 USE_SYSTEMD=1 USE_WURFL=1
> WURFL_INC=contrib/wurfl WURFL_LIB=contrib/wurfl USE_51DEGREES=1" CC=clang-9
> before_script:
>   - git clone https://github.com/wtarreau/libslz
>   - cd libslz && make && make PREFIX=${HOME}/opt install && cd ..
>   - export SLZ_INC=${HOME}/opt/include SLZ_LIB=${HOME}/opt/lib
>   - export ADDLIB="-Wl,-rpath,$SLZ_LIB"
> name: openssl-1.1.1 | slz | pcre2
>
> Best regards
> Tim Düsterhus
>


Re: [PATCH] remote couple of travis jobs (migrated to github actions), unmark arm64 as allowed to fail

2020-11-15 Thread Tim Düsterhus
Ilya,

Am 11.11.20 um 19:18 schrieb Илья Шипицин:
> Hi,
> 
> some travis-ci cleanup.
> 
> Ilya
> 

I believe these can be removed as well, can't they?

  - os: linux
if: type == push
compiler: clang
env: TARGET=linux-glibc LIBRESSL_VERSION=3.1.1 CC=clang-9
name: libressl-3.1.1
  - os: linux
env: DEBUG_OPTIONS=""
if: type == cron
compiler: clang
env: TARGET=linux-glibc LIBRESSL_VERSION=3.0.2 CC=clang-9
name: libressl-3.0.2 | ERR=
  - os: linux
if: type == push
compiler: clang
env: TARGET=linux-glibc FLAGS= CC=clang-9
name: FLAGS=
  - os: linux
if: type == cron
compiler: clang
env: TARGET=linux-glibc FLAGS="USE_SLZ=1 USE_PCRE2=1 USE_PCRE2_JIT=1
USE_LUA=1 USE_OPENSSL=1 USE_SYSTEMD=1 USE_WURFL=1
WURFL_INC=contrib/wurfl WURFL_LIB=contrib/wurfl USE_51DEGREES=1" CC=clang-9
before_script:
  - git clone https://github.com/wtarreau/libslz
  - cd libslz && make && make PREFIX=${HOME}/opt install && cd ..
  - export SLZ_INC=${HOME}/opt/include SLZ_LIB=${HOME}/opt/lib
  - export ADDLIB="-Wl,-rpath,$SLZ_LIB"
name: openssl-1.1.1 | slz | pcre2

Best regards
Tim Düsterhus



[PATCH] remote couple of travis jobs (migrated to github actions), unmark arm64 as allowed to fail

2020-11-11 Thread Илья Шипицин
Hi,

some travis-ci cleanup.

Ilya
From 80b4201f0f590f72fa87e4887089b5317f4da80e Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin 
Date: Wed, 11 Nov 2020 23:16:22 +0500
Subject: [PATCH 2/2] CI: travis-ci: arm64 are not allowed to fail anymore

---
 .travis.yml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e7ae0bbb8..1057ccc37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -98,11 +98,6 @@ matrix:
   - export SLZ_INC=${HOME}/opt/include SLZ_LIB=${HOME}/opt/lib
   - export ADDLIB="-Wl,-rpath,$SLZ_LIB"
 name: openssl-1.1.1 | slz | pcre2
-  allow_failures:
-  - os: linux
-arch: arm64
-if: type == push
-compiler: clang
 
 install:
   - git clone https://github.com/VTest/VTest.git ../vtest
-- 
2.28.0

From de1e7d2b04cbc2b7785a0588fc98b57d4990ba43 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin 
Date: Wed, 11 Nov 2020 23:15:20 +0500
Subject: [PATCH 1/2] CI: travis-ci: remove amd64, osx builds, they are
 migrated to Github Actions

---
 .travis.yml | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b32de97a1..e7ae0bbb8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,12 +34,6 @@ matrix:
 compiler: gcc
 env: TARGET=linux-glibc OPENSSL_VERSION=1.0.2u
 name: openssl-1.0.2
-  - os: linux
-arch: amd64
-if: type == push
-compiler: clang
-env: TARGET=linux-glibc CC=clang-9
-name: openssl-1.1.1
   - os: linux
 arch: arm64
 if: type == push
@@ -94,15 +88,6 @@ matrix:
 compiler: clang
 env: TARGET=linux-glibc FLAGS= CC=clang-9
 name: FLAGS=
-  - os: osx
-osx_image: xcode12
-if: type == push
-compiler: clang
-before_script:
-  - echo 'brew "socat"' > brew.bundle
-  - brew bundle --file=brew.bundle
-env: TARGET=osx FLAGS="USE_OPENSSL=1" OPENSSL_VERSION=1.1.1f
-name: openssl-1.1.1
   - os: linux
 if: type == cron
 compiler: clang
-- 
2.28.0