From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 593FC43D678 for ; Wed, 23 Oct 2019 19:57:57 +0300 (MSK) Date: Wed, 23 Oct 2019 19:57:48 +0300 From: Alexander Turenko Message-ID: <20191023165748.v7plvghfe6p73iej@tkn_work_nb> References: <83383b16f6c279c6e6b41ff74de37938d8b54499.1571848719.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <83383b16f6c279c6e6b41ff74de37938d8b54499.1571848719.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] gitlab-ci: add ubuntu 19.10 List-Id: Tarantool development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@freelists.org, tarantool-patches@dev.tarantool.org We deploy packages from Travis-CI and here we need to deploy packages for the new distro. Let's add it to Travis-CI too. WBR, Alexander Turenko. On Wed, Oct 23, 2019 at 07:52:33PM +0300, Alexander V. Tikhonov wrote: > Added Ubuntu 19.10 Eoan Ermine into CI. > > Close #4583 > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4583-ubuntu1910-full-ci > Issue: https://github.com/tarantool/tarantool/issues/4583 > > .gitlab-ci.yml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index 431730b67..cd5f2806f 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -200,6 +200,12 @@ ubuntu_19_04: > OS: 'ubuntu' > DIST: 'disco' > > +ubuntu_19_10: > + <<: *deploy_definition > + variables: > + OS: 'ubuntu' > + DIST: 'eoan' > + > debian_8: > <<: *deploy_definition > variables: > -- > 2.17.1 >