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 7EC23469719 for ; Thu, 17 Sep 2020 11:04:06 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Thu, 17 Sep 2020 11:04:01 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH v2 0/2] gitlab-ci: save failed test results files List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org Added artifacts saver to all gitlab-ci jobs with testing. Gitlab-ci artifacts saves all found *.reject files in format: test//*.reject Also it saves logs files collected by test-run in artifacts directory in format: test/var/artifacts After each finished failed gitlab-ci job, user would be able to download these files from it using gitlab-ci GUI. Closes #5050 Github: https://github.com/tarantool/tarantool/tree/avtikhon/artifacts_rejectfiles Issue: https://github.com/tarantool/tarantool/issues/5050 Test-run issue: https://github.com/tarantool/test-run/pull/218 Test-run issue: https://github.com/tarantool/test-run/issues/90 Alexander V. Tikhonov (2): gitlab-ci: save failed test results files gitlab-ci: set opensuse jobs to test group .gitlab-ci.yml | 56 ++++++++++++++++++++++++++++++++++++++++++++------ .travis.mk | 6 +++--- 2 files changed, 53 insertions(+), 9 deletions(-) -- 2.17.1