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 03:20:00 UTC

[jira] [Work started] (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 ]

Work on AIRFLOW-4511 started by Jarek Potiuk.
---------------------------------------------
> 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
>
> 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)