You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/28 02:17:18 UTC

[jira] [Commented] (THRIFT-3690) Work around docker image build failures on Travis-CI

    [ https://issues.apache.org/jira/browse/THRIFT-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15170782#comment-15170782 ] 

ASF GitHub Bot commented on THRIFT-3690:
----------------------------------------

GitHub user nsuke opened a pull request:

    https://github.com/apache/thrift/pull/906

    THRIFT-3690 Work around docker image build failures on Travis-CI

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nsuke/thrift THRIFT-3690

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/906.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #906
    
----
commit ace015470ad84b61982fedec8c59fd0de7602678
Author: Nobuaki Sukegawa <ns...@apache.org>
Date:   2016-02-27T09:22:40Z

    THRIFT-3690 Work around docker image build failures on Travis-CI

----


> Work around docker image build failures on Travis-CI
> ----------------------------------------------------
>
>                 Key: THRIFT-3690
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3690
>             Project: Thrift
>          Issue Type: Bug
>          Components: Build Process
>    Affects Versions: 0.10.0
>            Reporter: Aki Sukegawa
>            Assignee: Aki Sukegawa
>
> As each of 24 jobs build downloads or builds a docker image, one or two of them has been constantly failing.
> It should be alleviated by introducing retry and also disabling the 10 min auto failure.
> Also, according to the doc, travis-ci env has 2 cores.
> https://docs.travis-ci.com/user/ci-environment/
> So I'm changing make -j4 -> -j3 for now to see if it reduces some test flakiness for free.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)