turbaszek commented on a change in pull request #7832: [WIP] Add production 
image support
URL: https://github.com/apache/airflow/pull/7832#discussion_r399812108
 
 

 ##########
 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:
   Should we build the image every time? 

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