ashb commented on a change in pull request #6266: [AIRFLOW-2439] Production
Docker image support including refactoring of build scripts - depends on
[AIRFLOW-5704]
URL: https://github.com/apache/airflow/pull/6266#discussion_r336895542
##########
File path: .travis.yml
##########
@@ -32,39 +33,49 @@ stages:
jobs:
include:
- name: "Static checks (no pylint, no licence check)"
+ python: "3.5"
stage: pre-test
- script: ./scripts/ci/ci_run_all_static_tests_except_pylint_licence.sh
+ script:
./scripts/ci/ci_run_all_static_tests_except_pylint_checklicence.sh
- name: "Check licence compliance for Apache"
+ python: "3.5"
stage: pre-test
- script: ./scripts/ci/ci_check_license.sh
+ script: ./scripts/ci/ci_run_checklicence.sh
- name: "Pylint checks"
+ python: "3.5"
stage: pre-test
script: ./scripts/ci/ci_run_all_static_tests_pylint.sh
- name: "Build documentation"
+ python: "3.5"
stage: pre-test
script: ./scripts/ci/ci_docs.sh
- name: "Tests postgres kubernetes python 3.6 (persistent)"
- env: BACKEND=postgres ENV=kubernetes KUBERNETES_VERSION=v1.15.0
KUBERNETES_MODE=persistent_mode
+ env: BACKEND=postgres KUBERNETES_MODE=persistent_mode
RUN_KUBERNETES_TESTS=true
python: "3.6"
stage: test
+ script: travis_wait 30 "./scripts/ci/ci_run_airflow_testing.sh"
- name: "Tests postgres kubernetes python 3.6 (git)"
- env: BACKEND=postgres ENV=kubernetes KUBERNETES_VERSION=v1.15.0
KUBERNETES_MODE=git_mode
Review comment:
Do we not support more than one version of Kube in tests anymore?
----------------------------------------------------------------
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