[Tarantool-patches] [PATCH v2 0/2] gitlab-ci: save failed test results files

Alexander V. Tikhonov avtikhon at tarantool.org
Thu Sep 17 11:04:01 MSK 2020


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



More information about the Tarantool-patches mailing list