You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/07/22 16:54:38 UTC

[GitHub] [airflow] dimberman commented on a change in pull request #5621: [AIRFLOW-4999] Pull and build local work on both images

dimberman commented on a change in pull request #5621: [AIRFLOW-4999] Pull and build local work on both images
URL: https://github.com/apache/airflow/pull/5621#discussion_r305924989
 
 

 ##########
 File path: CONTRIBUTING.md
 ##########
 @@ -424,72 +440,84 @@ KUBERNETES_VERSION==v1.13.0 BACKEND=postgres ENV=kubernetes ./scripts/ci/local_c
 
 * PYTHON_VERSION might be one of 3.5/3.6
 * BACKEND might be one of postgres/sqlite/mysql
-* ENV might be one of docker/kubernetes
+* ENV might be one of docker/kubernetes/bare
 * KUBERNETES_VERSION - required for Kubernetes tests - currently KUBERNETES_VERSION=v1.13.0.
 
-The kubernetes env might not work locally as easily as other tests because it requires your host
-to be setup properly (specifically it installs minikube cluster locally on your host and depending 
+The following environments are possible:
+ * The "docker" environment (default) - it starts all dependencies required by full suite of tests
+   including postgres/mysql and other components. It's quite resource heavy so do not forget to stop
+   the environment using [Stop environment](#stopping-the-environment) when you finish working wit it. It
+   can also slow down your local machine.
+ * The "kubernetes" environment is used to run tests with kubernetes cluster.
+ * The "bare" environment is used to run a bare docker instance of Airflow without any external dependencies
 
 Review comment:
   * Basic: This environment runs airflow in docker without any external dependencies. It will only work for non-dependent tests.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services