[tarantool-patches] Re: [PATCH v1] travis-ci: fix OSX max files limits

Alexander Turenko alexander.turenko at tarantool.org
Thu Jul 25 00:40:11 MSK 2019


> >On Tue, Jul 23, 2019 at 10:51:09AM +0300, Alexander V. Tikhonov wrote:
> >> Increased the maximum number of open file descriptors on macOS:
> >>   Travis-ci needed the "ulimit -n <value>" call
> >>   Gitlab-ci needed the "launchctl limit maxfiles <value>" call
> >> Also gitlib-ci needed the password to change the limits, while
> >> travis-ci run under root user. Limit setup set in the same
> >> call as tests runs call.
> >
> >Are you know what is a reason of the difference between travis-ci and
> >gitlab-ci? I don't insist, but if it is known, it worth to mention it.

> Right, there is the difference that we use different images, travis-ci uses
> its own image, while gitlab-ci we provided the needed image manually.
> Also the travis-ci runs under root user, while gitlab-ci we know the root
> password and can run sudo command with the password. So I've added
> more comments into commit log about it.

I think it is better to implement non-password sudo in our images and
use it in the same way for both testing pipelines. However if it is
complex thing, okay, let it be.




More information about the Tarantool-patches mailing list