[Tarantool-patches] [PATCH v9] gitlab-ci: push Deb/RPM packages to S3 based repos

Alexander Tikhonov avtikhon at tarantool.org
Mon Feb 3 17:41:03 MSK 2020


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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20200203/2d8284f8/attachment.html>


More information about the Tarantool-patches mailing list