You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/05/19 16:49:13 UTC

[jira] [Commented] (AIRFLOW-143) setup_env.sh doesn't leverage cache for downloading minicluster

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

ASF subversion and git services commented on AIRFLOW-143:
---------------------------------------------------------

Commit 4b78e1a0f1e9d24c182e8bb04216043c44d3ea76 in incubator-airflow's branch refs/heads/master from [~sekikn]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=4b78e1a ]

[AIRFLOW-143] setup_env.sh doesn't leverage cache for downloading minicluster


> setup_env.sh doesn't leverage cache for downloading minicluster
> ---------------------------------------------------------------
>
>                 Key: AIRFLOW-143
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-143
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: tests
>            Reporter: Kengo Seki
>            Priority: Minor
>
> In scripts/ci/setup_env.sh:
> {code}
> 105 echo "Downloading and unpacking minicluster"
> 106 rm -rf ${TRAVIS_CACHE}/minicluster/minicluster.zip
> 107 curl -z ${TRAVIS_CACHE}/minicluster/minicluster.zip -o ${TRAVIS_CACHE}/minicluster/minicluster.zip -L ${MINICLUSTER_URL}
> 108 unzip ${TRAVIS_CACHE}/minicluster/minicluster.zip -d /tmp
> {code}
> -z option is specified at line 107, but it doesn't seem to make sense because the cache is removed at line 106.
> I think removing cache is unnecessary.



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