Skip to content
Snippets Groups Projects
Commit eeb501ec authored by Oleg Piskunov's avatar Oleg Piskunov Committed by Kirill Yukhin
Browse files

gitlab-ci: keep perf results as gitlab-ci artifacts

Gitlab-ci pipeline modified in order to keep
performance results into gitlab-ci artifacts.

Closes #4920
parent a4f4adeb
No related merge requests found
......@@ -93,6 +93,11 @@ variables:
stage: perf
tags:
- docker_perf
artifacts:
when: always
paths:
- "*_result.txt"
- "*_t_version.txt"
script:
- ${GITLAB_MAKE} perf_run
......
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