<HTML><BODY>Alexander, thanks a lot for the review, I've made all the changes as you suggested.<br><br><br><blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;">
Понедельник, 3 февраля 2020, 16:42 +03:00 от Alexander Turenko <alexander.turenko@tarantool.org>:<br>
<br>
<div id="">
<div class="js-helper js-readmsg-msg">
<style type="text/css"></style>
<div>
<div id="style_15807373341220090725_BODY">> S3 compatible storage:<br>
> <br>
> | - live<br>
> | - 1.10<br>
> | - 2.1<br>
> | - 2.2<br>
> | - ...<br>
> | - release<br>
> | - 1.10<br>
> | - 2.1<br>
> | - 2.2<br>
> | - ...<br>
<br>
Please, format it as a tree:<br>
<br>
| - live<br>
| - 1.10<br>
<br>
And so on.<br>
<br>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml<br>
> index 3af5a3c8a..8d2a15ce8 100644<br>
> --- a/.gitlab-ci.yml<br>
> +++ b/.gitlab-ci.yml<br>
> @@ -8,9 +8,24 @@ variables:<br>
> <br>
> .release_only_template: &release_only_definition<br>
> only:<br>
> - refs:<br>
> - - master<br>
> - - /^.*-full-ci$/<br>
> + - master<br>
<br>
It is almost same as &deploy_only_definition below. I don't found strict<br>
correspondence between templates and different kinds of jobs we have.<br>
Looks messy...<br>
<br>
> +<br>
> +.fullci_only_template: &fullci_only_definition<br>
> + only:<br>
> + - /^.*-full-ci$/<br>
<br>
It is not used anywhere.<br>
</div>
</div>
</div>
</div>
</blockquote>
<br>
<br>-- <br>Alexander Tikhonov<br></BODY></HTML>