From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (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 31B1942EF5C for ; Mon, 29 Jun 2020 14:43:31 +0300 (MSK) Date: Mon, 29 Jun 2020 14:42:39 +0300 From: Alexander Turenko Message-ID: <20200629114239.gaugfij2r4iuwls7@tkn_work_nb> References: <99f015cfe6342f815790596c5431f05663e619f6.1593252865.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <99f015cfe6342f815790596c5431f05663e619f6.1593252865.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] Correct cleanup gitlab-ci for perf jobs List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@dev.tarantool.org (I would add 'gitlab-ci:' prefix for such commits.) It seems, we should clean the workspace before any job, because some other job may leave a workspace dirty? Are all jobs have this action after the commit? Anyway, I don't mind. Feel free to ask Kirill to push it. WBR, Alexander Turenko. On Sat, Jun 27, 2020 at 01:16:04PM +0300, Alexander V. Tikhonov wrote: > Found that some perf jobs were forgot to be updated with local cleanup > routine as was done for the other jobs at commit: > > 892a188bc56dc7052bcbe082607a83aa73f28c5b "Correct cleanup gitlab-ci" > > Follows up #5036 > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/gitlab-ci-perf-cleanup > Issue: https://github.com/tarantool/tarantool/issues/5036