[
https://issues.apache.org/jira/browse/AIRFLOW-6475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17010028#comment-17010028
]
ASF subversion and git services commented on AIRFLOW-6475:
----------------------------------------------------------
Commit fe20ef6147f157b7c963ad46e13aff7c16458632 in airflow's branch
refs/heads/master from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=fe20ef6 ]
[AIRFLOW-6475] Remove duplication of volume mount specs in Breeze.. (#7065)
We had two sets of duplicated local volume mounts - one for ./breeze
interactive runs (with docker_compose) and the other with scripts that are used
to run static checks.
The volumes from the .yaml for docker compose are now the "source of truth"
and the bash script parses the yaml and useis volume mounts from there.
> Remove duplicated volume mounts in Breeze
> -----------------------------------------
>
> Key: AIRFLOW-6475
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6475
> Project: Apache Airflow
> Issue Type: Improvement
> Components: ci
> Affects Versions: 2.0.0, 1.10.7
> Reporter: Jarek Potiuk
> Priority: Major
>
> We had two sets of duplicated local volume mounts - one for ./breeze
> interactive runs (with docker_compose) and the other with scripts that are
> used to run static checks.
> The volumes from the .yaml for docker compose should be the "source of truth"
> and the bash script should parse the yaml and use volume mounts from there.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)