potiuk commented on a change in pull request #7389: [AIRFLOW-6763] Make systems 
tests ready for backport tests
URL: https://github.com/apache/airflow/pull/7389#discussion_r376828903
 
 

 ##########
 File path: scripts/ci/docker-compose/local.yml
 ##########
 @@ -53,7 +53,9 @@ services:
       - ../../../setup.cfg:/opt/airflow/setup.cfg:cached
       - ../../../setup.py:/opt/airflow/setup.py:cached
       - ../../../tests:/opt/airflow/tests:cached
+      - ../../../tests:/opt/airflow-backport/tests:cached
       - ../../../tmp:/opt/airflow/tmp:cached
+      - ${HOME}/.config:/root/.config
 
 Review comment:
   Precisely for that reason. This way for example gcloud authentication is 
mapped to the container, so you can use your host gcloud authentication to run 
gcloud commands in docker
   
   This is only for development/local execution so there is no risk in passing 
it to inside the docker. Both host and docker are controlled by the developer.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to