potiuk commented on a change in pull request #8265:
URL: https://github.com/apache/airflow/pull/8265#discussion_r434489327



##########
File path: kubernetes_tests/test_kubernetes_executor.py
##########
@@ -20,16 +20,18 @@
 import unittest

Review comment:
       We moved it. Now all tests that require KinD cluster are not run in CI 
image. They are run externally in virtualenv created on host and the core 
"airflow" there is deployed to the Kind Cluster in the form of slightly 
modified Production Image. 
   
   The unit tests there are literally just "clients" to run the actual Pods and 
Dags in the Airflow installed in the cluster so we do not need the whole CI 
environment for those tests (and makes it also faster and easier to run on the 
CI. 
   
   This way you only need to run `./breeze kind-cluster deploy` to deploy 
Airflow to Kind Cluster (using production image as a base). I tried to describe 
it in the TESTING.rst but I will add some more information and possibly a chart 
showing the architecture.




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


Reply via email to