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 6B85827788 for ; Tue, 27 Aug 2019 17:50:50 -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 bfKFaTzxk-zm for ; Tue, 27 Aug 2019 17:50:50 -0400 (EDT) Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (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 BC4B72772B for ; Tue, 27 Aug 2019 17:50:49 -0400 (EDT) Date: Wed, 28 Aug 2019 00:50:43 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2] gitlab-ci: clean up .gitlab-ci.yml Message-ID: <20190827215043.bjhaqbch45xhrpoo@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit 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: Alexander Turenko , tarantool-patches@freelists.org Hello, On 23 авг 15:42, Alexander V. Tikhonov wrote: > Cleaned up the .gitlab-ci.yml file from duplicating > code - added templates that storres the needed > configuration values for different jobs. > Also moved the static_build from 'deploy' tag to > 'deploy_test' tag to be sure that tests will not > be run under high load. > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/check-full-ci I've checked your patch into 1.10, 2.1, 2.2 and master. -- Regards, Kirill Yukhin