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

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

Aki Sukegawa created THRIFT-3690:
------------------------------------

             Summary: 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)