[Tarantool-patches] [PATCH v2] gitlab-ci: keep perf results as gitlab-ci artifacts`
Oleg Piskunov
o.piskunov at tarantool.org
Wed May 6 23:27:34 MSK 2020
Already verified:
https://gitlab.com/tarantool/tarantool/pipelines/143431818
>Среда, 6 мая 2020, 21:04 +03:00 от Alexander Turenko <alexander.turenko at tarantool.org>:
>
>LGTM.
>
>However I would verify it on *-perf branch just in case.
>
>WBR, Alexander Turenko.
>
>On Wed, May 06, 2020 at 08:33:49PM +0300, Oleg Piskunov wrote:
>>
>>
>> Gitlab-ci pipeline modified in order to keep
>> performance results into gitlab-ci artifacts.
>>
>> Closes #4920
>>
>> ---
>>
>> Github: https://github.com/tarantool/tarantool/tree/opiskunov/gh-4920-perf-artifacts
>> Issue: https://github.com/tarantool/tarantool/issues/4920
>>
>> .gitlab-ci.yml | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
>> index b3b07da..ae2afce 100644
>> --- a/.gitlab-ci.yml
>> +++ b/.gitlab-ci.yml
>> @@ -93,6 +93,11 @@ variables:
>> stage: perf
>> tags:
>> - docker_perf
>> + artifacts:
>> + when: always
>> + paths:
>> + - "*_result.txt"
>> + - "*_t_version.txt"
>> script:
>> - ${GITLAB_MAKE} perf_run
>>
>> --
>> 1.8.3.1
>>
--
Oleg Piskunov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20200506/a066c707/attachment.html>
More information about the Tarantool-patches
mailing list