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 4382623324 for ; Fri, 14 Dec 2018 00:08:30 -0500 (EST) 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 2j15yzOK89dp for ; Fri, 14 Dec 2018 00:08:30 -0500 (EST) Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (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 7ADAB23322 for ; Fri, 14 Dec 2018 00:08:29 -0500 (EST) Date: Fri, 14 Dec 2018 08:08:20 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] test: run full testing only on long-term branches Message-ID: <20181214050820.f4mienkdqfy6qiec@tarantool.org> 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 Turenko Cc: tarantool-patches@freelists.org Hello, On 11 Dec 17:47, Alexander Turenko wrote: > Disabled LTO builds, tarballs and packages building on short-term > branches. > > Removed 'allow_failures' on coverage / debug build. > > Replaced matrix expansion with the list of jobs (because Travis-CI > documentation says it does not support condition jobs with matrix > expansion). > > Fixes #3755. > --- > > https://github.com/tarantool/tarantool/issues/3755 > https://github.com/tarantool/tarantool/tree/Totktonada/gh-3755-speedup-short-term-branch-ci I've chacked your patch into 2.1 branch. -- Regards, Kirill Yukhin