From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id EBAC12874A for ; Thu, 29 Aug 2019 08:43:21 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DDe1OffJK1Hb for ; Thu, 29 Aug 2019 08:43:21 -0400 (EDT) Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id AB3BE255A6 for ; Thu, 29 Aug 2019 08:43:21 -0400 (EDT) Date: Thu, 29 Aug 2019 15:43:05 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH v1] travis-ci: remove obvious jobs on travis Message-ID: <20190829124304.gnh477n2iyv7pfob@tkn_work_nb> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: "Alexander V. Tikhonov" Cc: tarantool-patches@freelists.org On Tue, Aug 27, 2019 at 07:37:28PM +0300, Alexander V. Tikhonov wrote: > Removed the jobs that is interesting to check on gitlab-ci > instead of travis-ci: > - all branches testing jobs > - osx 13 "Sierra" > - all LTO jobs > - ASAN job Let's remove ASAN, LTO and Mac OS High Sierra. Other changes are to be agreed with the team. > > Part of #4410 > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4410-travis-cleanup > Issue: https://github.com/tarantool/tarantool/issues/4410 > > .travis.yml | 35 +++-------------------------------- > 1 file changed, 3 insertions(+), 32 deletions(-)