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/08/22 16:32:05 UTC

[GitHub] ashb commented on a change in pull request #3770: [AIRFLOW-XXX] Fix Kubernetes operator with git-sync

ashb commented on a change in pull request #3770: [AIRFLOW-XXX] Fix Kubernetes operator with git-sync
URL: https://github.com/apache/incubator-airflow/pull/3770#discussion_r212023069
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -80,9 +82,13 @@ matrix:
     - python: "2.7"
       env: TOX_ENV=flake8
     - python: "3.5"
-      env: TOX_ENV=py27-backend_postgres KUBERNETES_VERSION=v1.9.0
+      env: TOX_ENV=py27-backend_postgres KUBERNETES_VERSION=v1.9.0 GIT_SYNC=0
     - python: "2.7"
-      env: TOX_ENV=py35-backend_postgres KUBERNETES_VERSION=v1.10.0
+      env: TOX_ENV=py35-backend_postgres KUBERNETES_VERSION=v1.10.0 GIT_SYNC=0
+    - python: "3.5"
+      env: TOX_ENV=py27-backend_postgres KUBERNETES_VERSION=v1.9.0 GIT_SYNC=1
+    - python: "2.7"
+      env: TOX_ENV=py35-backend_postgres KUBERNETES_VERSION=v1.10.0 GIT_SYNC=1
 
 Review comment:
   Does this have to be defined as a separate build env in travis? Is it possible to achieve it as just separate tests/config in the same built environment?
   
   (This matrix is unwieldy enough as it is, so I'd like us to not have to add new combinations here if we can avoid it cleanly

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