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/10/19 19:49:55 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #6373: Depends on [AIRFLOW-5680] [AIRFLOW-5704] Optimise kubernetes image

mik-laj commented on a change in pull request #6373: Depends on [AIRFLOW-5680] [AIRFLOW-5704] Optimise kubernetes image
URL: https://github.com/apache/airflow/pull/6373#discussion_r336751552
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -63,8 +43,28 @@ jobs:
     - name: "Build documentation"
       stage: pre-test
       script: ./scripts/ci/ci_docs.sh
+    - name: "Tests postgres kubernetes python 3.6 (persistent)"
+      env: BACKEND=postgres ENV=kubernetes KUBERNETES_MODE=persistent_mode
+      python: "3.6"
+      stage: test
+    - name: "Tests postgres kubernetes python 3.6 (git)"
+      env: BACKEND=postgres ENV=kubernetes KUBERNETES_MODE=git_mode
+      python: "3.6"
+      stage: test
+    - name: "Tests postgres python 3.6"
+      env: BACKEND=postgres ENV=docker
+      python: "3.6"
+      stage: test
+    - name: "Tests sqlite python 3.5"
+      env: BACKEND=sqlite ENV=docker
+      python: "3.5"
+      stage: test
+    - name: "Tests mysql python 3.7"
+      env: BACKEND=mysql ENV=docker
+      python: "3.7"
+      stage: test
 services:
   - docker
 before_install:
   - ./scripts/ci/ci_before_install.sh
-script: "./scripts/ci/ci_run_airflow_testing.sh"
+script: travis_wait 30 "./scripts/ci/ci_run_airflow_testing.sh"
 
 Review comment:
   I'm glad you found this parameter that I told you about.  The number 30 increases the waiting time to 30 minutes compared to 20 minutes by default.

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