mik-laj commented on a change in pull request #6496: [AIRFLOW-5704] Improve 
Kind Kubernetes scripts for local testing. Depends on [AIRFLOW-5827] 
[AIRFLOW-5830] [AIRFLOW-5829]
URL: https://github.com/apache/airflow/pull/6496#discussion_r342137303
 
 

 ##########
 File path: BREEZE.rst
 ##########
 @@ -717,33 +709,42 @@ On the host:
   ./scripts/ci/ci_pylint.sh ./airflow/example_dags/test_utils.py
 
 Running Test Suites via Scripts
---------------------------------------------
+-------------------------------
+
+To run tests use ``./scripts/ci/local_ci_run_airflow_testing.sh`` scripts.
+
+Optionally use one of the variables (defaults are bold):
+
+* PYTHON_VERSION is one of **3.5**/3.6/3.7
+* BACKEND is one of **sqlite**/postgres//mysql
+
+For Kubernetes tests you should set ``RUN_KUBERNETES_TESTS`` variable to true.
+This will start Kubernetes cluster inside the container using kind 
(Kubernetes-IN-Docker).
 
 Review comment:
   ```
   -This will start Kubernetes cluster inside the container using kind 
(Kubernetes-IN-Docker).
   +This will start Kubernetes cluster inside the container using [kind 
(Kubernetes-IN-Docker)](https://kind.sigs.k8s.io/).
   ```
   

----------------------------------------------------------------
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