potiuk commented on a change in pull request #6373: [AIRFLOW-5704] Optimise 
KIND kubernetes setup
URL: https://github.com/apache/airflow/pull/6373#discussion_r336983876
 
 

 ##########
 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:
   Done.

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