Rebase to master -> slow CI

2020-03-23 Thread Jarek Potiuk
You might want to rebase to latest master with your changes. After adding requirements.txt yesterday Travis decided to add +18 minutes for every build job by installing airflow from pypi before each build (with Cassandra alone taking almost 10 minutes or so). Thank you Travis, I understand your in

Re: [DISCUSS] Back to (some) dependency pinning

2020-03-23 Thread Jarek Potiuk
Update - It seems that we won't need the -pinned version eventually. I realized that we need to have slightly different requirements for different python versions. I just added PR for that: https://github.com/apache/airflow/pull/7841 I also found out (during production image exercise) that we can

[DISCUSS][HELP-NEEDED] Production docker image WIP

2020-03-23 Thread Jarek Potiuk
Hello everyone, I have FINALLY got to the point that I could create a WIP production docker image PR. It has all the support from Breeze (``breeze build-prod-image`` with optional python version and extras). It is quite optimized for size but likely I will be able to do some more optimizations so