From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp51.i.mail.ru (smtp51.i.mail.ru [94.100.177.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 22CFE4696C3 for ; Wed, 15 Apr 2020 18:01:37 +0300 (MSK) Date: Wed, 15 Apr 2020 18:01:35 +0300 From: Sergey Bronnikov Message-ID: <20200415150135.GA83662@pony.bronevichok.ru> References: <444a8a7266df491e922ab2a670852a16d6586569.1586957521.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <444a8a7266df491e922ab2a670852a16d6586569.1586957521.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2] gitlab-ci: remove Ubuntu 19.04 Disco List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: Oleg Piskunov , tarantool-patches@dev.tarantool.org LGTM On 16:32 Wed 15 Apr , Alexander V. Tikhonov wrote: > Removed Ubuntu 19.04 Disco from testing which is EOL. > > Close #4896 > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4896-ubuntu1904-eol-full-ci > Issue: https://github.com/tarantool/tarantool/issues/4896 > > .gitlab-ci.yml | 12 ------------ > .travis.yml | 3 --- > 2 files changed, 15 deletions(-) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index cd710027f..7710629e7 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -323,12 +323,6 @@ ubuntu_18_04: > OS: 'ubuntu' > DIST: 'bionic' > > -ubuntu_19_04: > - <<: *pack_definition > - variables: > - OS: 'ubuntu' > - DIST: 'disco' > - > ubuntu_19_10: > <<: *pack_definition > variables: > @@ -415,12 +409,6 @@ ubuntu_18_04_deploy: > OS: 'ubuntu' > DIST: 'bionic' > > -ubuntu_19_04_deploy: > - <<: *deploy_definition > - variables: > - OS: 'ubuntu' > - DIST: 'disco' > - > ubuntu_19_10_deploy: > <<: *deploy_definition > variables: > diff --git a/.travis.yml b/.travis.yml > index c63ab3ebd..41540fb79 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -67,9 +67,6 @@ jobs: > - name: "Ubuntu Bionic (18.04) build + deploy DEB" > env: OS=ubuntu DIST=bionic > if: branch = "master" > - - name: "Ubuntu Disco (19.04) build + deploy DEB" > - env: OS=ubuntu DIST=disco > - if: branch = "master" > - name: "Ubuntu Eoan (19.10) build + deploy DEB" > env: OS=ubuntu DIST=eoan > if: branch = "master" > -- > 2.17.1 > -- sergeyb@