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 2018/09/20 08:12:50 UTC

[GitHub] odracci commented on a change in pull request #3922: AIRFLOW-2952 Fix Kubernetes CI

odracci commented on a change in pull request #3922: AIRFLOW-2952 Fix Kubernetes CI
URL: https://github.com/apache/incubator-airflow/pull/3922#discussion_r219071347
 
 

 ##########
 File path: scripts/ci/kubernetes/kube/configmaps.yaml
 ##########
 @@ -27,7 +27,7 @@ data:
     logging_level = INFO
     executor = KubernetesExecutor
     parallelism = 32
-    load_examples = True
+    load_examples = False
 
 Review comment:
   Load examples leads to a false positive because if the kubernetes volume doesn't contain DAGs (it's the case of running airflow with `git-sync` #3770) the DAGs exist and the test pass but it shouldn't.
   This issue was present even before switching to the dockerised CI.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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