From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp51.i.mail.ru (smtp51.i.mail.ru [94.100.177.111]) (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 78A00469719 for ; Fri, 25 Sep 2020 18:48:10 +0300 (MSK) Date: Fri, 25 Sep 2020 18:48:09 +0300 From: Kirill Yukhin Message-ID: <20200925154809.wtuod22cvgy7y2r2@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v3] gitlab-ci: save failed test results artifacts 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, Alexander Turenko Hello, On 23 сен 09:40, Alexander V. Tikhonov wrote: > Added artifacts saver to all gitlab-ci jobs with testing. > > Gitlab-ci jobs saves its results files in the following paths: > > 1. base jobs for testing different features: > - test/var/artifacts > > 2. OSX jobs: > - ${OSX_VARDIR}/artifacts > > 3. pack/deploy jobs: > - build/usr/src/*/tarantool-*/test/var/artifacts > > 4. VBOX jobs (freebsd_12) on virtual host: > - ~/tarantool/test/var/artifacts > > In gitlab-ci configuration added 'after_script' section with script > which collects from different test places 'artifacts' directories > created by test-run tool. It saves 'artifacts' directories as root > path in artifacts packages. User will be able to download these > packages using gitlab-ci GUI either API. > > Additionally added OSX_VARDIR environment variable to be able to > setup common path for artifacts and OSX shell scripts options. > > OSX_VARDIR: /tmp/tnt > > Part of #5050 I've checked your patch into 1.10, 2.4, 2.5 and master. -- Regards, Kirill Yukhin