potiuk 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_r336761021
##########
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:
Actually in this change I am going to optimise it a bit more and will only
enable travis_wait for kubernetes tests - that make much more sense so that the
other tests will not be affected.
----------------------------------------------------------------
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