Alexander, thanks a lot for the review, I've made all the changes as you suggested.


Понедельник, 3 февраля 2020, 16:42 +03:00 от Alexander Turenko <alexander.turenko@tarantool.org>:

> S3 compatible storage:
>
> | - live
> | - 1.10
> | - 2.1
> | - 2.2
> | - ...
> | - release
> | - 1.10
> | - 2.1
> | - 2.2
> | - ...

Please, format it as a tree:

 | - live
 | - 1.10

And so on.

> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 3af5a3c8a..8d2a15ce8 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -8,9 +8,24 @@ variables:
>
> .release_only_template: &release_only_definition
> only:
> - refs:
> - - master
> - - /^.*-full-ci$/
> + - master

It is almost same as &deploy_only_definition below. I don't found strict
correspondence between templates and different kinds of jobs we have.
Looks messy...

> +
> +.fullci_only_template: &fullci_only_definition
> + only:
> + - /^.*-full-ci$/

It is not used anywhere.


--
Alexander Tikhonov