potiuk commented on a change in pull request #7832: Add production image support
URL: https://github.com/apache/airflow/pull/7832#discussion_r399842790
##########
File path: .travis.yml
##########
@@ -148,6 +148,20 @@ jobs:
INSTALL_AIRFLOW_VERSION="1.10.9"
stage: test
script: ./scripts/ci/ci_prepare_and_test_backport_packages.sh
+ - name: "Build production image Py3.6"
+ env: >-
+ PYTHON_MAJOR_MINOR_VERSION="3.6"
+ stage: test
+ script: ./scripts/ci/ci_build_production_image.sh
+ before_install:
+ - echo
+ - name: "Build production image Py3.7"
+ env: >-
+ PYTHON_MAJOR_MINOR_VERSION="3.7"
+ stage: test
+ script: ./scripts/ci/ci_build_production_image.sh
+ before_install:
+ - echo
Review comment:
Yes. The old rule is that the only way you can test if something works is to
run it often. I believe in running everything we want to keep working via CI
environment. This run will be rather fast usually (2-3 minutes) as it will be
using cache once we push the image to dockerhub.
----------------------------------------------------------------
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