Skip to content
Snippets Groups Projects
Commit 3e177acd authored by Виталий Шунков's avatar Виталий Шунков Committed by Dmitry Rodionov
Browse files

ci: make tarantool test artifacts available as gitlab artifacts

parent 9952ce92
No related branches found
No related tags found
1 merge request!1437ci: make tarantool test artifacts available as gitlab artifacts
......@@ -339,12 +339,17 @@ test-patch-tarantool:
<<: *test-patch-rules
variables:
GIT_SUBMODULE_STRATEGY: recursive
VARDIR: tmp/t
image:
name: ${BASE_IMAGE}:${BASE_IMAGE_LATEST}
pull_policy: always
script:
- ./tools/prepare_source_tree_for_stat_analysis.py apply
- pushd tarantool-sys/ && make -f .test.mk test-release; popd
- pushd tarantool-sys/ && make -f .test.mk VARDIR=${VARDIR} test-release;
artifacts:
when: always
paths:
- tarantool-sys/test/${VARDIR}/artifacts/log/*.log
test-mac-m1:
extends: .test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment