Jarek>Decreasing it to 5 (which I believe is the case) is terrible for us now Jarek>We are nearing 1.10.4 release with Airflow and if we have more than one PR Jarek>in the queue it waits for several hours to run!
I see 5 "pre-test" Travis jobs take 5-8 minutes each, and all the time is basically spent in "building airflow image". Have you considered merging all the jobs to one? For instance: https://travis-ci.org/apache/airflow/jobs/561927828 The job took 2m20sec, and the payload was as follows: > Finished the script ci_check_license.sh > It took 2 seconds It is not like it would dramatically reduce Airflow's impact on Travis, however it would free up executors with little to no drawbacks. Vladimir