You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (JIRA)" <ji...@apache.org> on 2019/05/14 06:50:00 UTC

[jira] [Resolved] (AIRFLOW-4511) Travis CI builds fail randomly - usually when pulling Docker images or pip install

     [ https://issues.apache.org/jira/browse/AIRFLOW-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Potiuk resolved AIRFLOW-4511.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0
                   1.10.4

> Travis CI builds fail randomly - usually when pulling Docker images or pip install
> ----------------------------------------------------------------------------------
>
>                 Key: AIRFLOW-4511
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4511
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Jarek Potiuk
>            Assignee: Jarek Potiuk
>            Priority: Major
>             Fix For: 1.10.4, 2.0.0
>
>
> Travis experiences some randome build failures recently and they opened an incident for this:
> [https://www.traviscistatus.com/incidents/pcqjnb3v1p57]
> They suggested a temporary solution to check if that fixes our problem:
>  
> Here's the snippet we would like you to add to your .travis.yml file:
>  
> {code:java}
> before_install:
>   - echo "options timeout:5" | sudo tee -a /etc/resolvconf/resolv.conf.d/tail
>   - echo "options attempts:5" | sudo tee -a /etc/resolvconf/resolv.conf.d/tail
>   - sudo service resolvconf restart
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)