From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (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 90D48469710 for ; Thu, 14 May 2020 11:29:34 +0300 (MSK) Date: Thu, 14 May 2020 11:29:08 +0300 From: Sergey Bronnikov Message-ID: <20200514082908.GA22063@pony.bronevichok.ru> References: <1588928284.299581840@f558.i.mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1588928284.299581840@f558.i.mail.ru> Subject: Re: [Tarantool-patches] [PATCH v1] gitlab-ci: parallelize perf testing List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Piskunov Cc: tarantool-patches On 11:58 Fri 08 May , Oleg Piskunov wrote: > - Adding 2 servers (sh1, sh2) for performance testing. >   Additional gitlab-ci tags for perf testing: >   docker_sh1_perf and docker_sh2_perf. > - Rebalance performance testing between servers. > - Changing gitlab-ci tag for performance docker images >   from 'perf' to 'deploy'. >   > Closes #4868 LGTM