Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v2 0/2] gitlab-ci: save failed test results files
@ 2020-09-17  8:04 Alexander V. Tikhonov
  2020-09-17  8:04 ` [Tarantool-patches] [PATCH v2 1/2] " Alexander V. Tikhonov
  2020-09-17  8:04 ` [Tarantool-patches] [PATCH v2 2/2] gitlab-ci: set opensuse jobs to test group Alexander V. Tikhonov
  0 siblings, 2 replies; 6+ messages in thread
From: Alexander V. Tikhonov @ 2020-09-17  8:04 UTC (permalink / raw)
  To: Alexander Turenko; +Cc: tarantool-patches

Added artifacts saver to all gitlab-ci jobs with testing.
Gitlab-ci artifacts saves all found *.reject files in format:

  test/<suite>/*.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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-25 15:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17  8:04 [Tarantool-patches] [PATCH v2 0/2] gitlab-ci: save failed test results files Alexander V. Tikhonov
2020-09-17  8:04 ` [Tarantool-patches] [PATCH v2 1/2] " Alexander V. Tikhonov
2020-09-21  2:18   ` Alexander Turenko
2020-09-23  6:45     ` Alexander V. Tikhonov
2020-09-17  8:04 ` [Tarantool-patches] [PATCH v2 2/2] gitlab-ci: set opensuse jobs to test group Alexander V. Tikhonov
2020-09-25 15:50   ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox