[AIRFLOW-3925] Don't pull docker-images on pretest#4740
Conversation
Co-authored-by: Joshua Carp <jm.carp@gmail.com>
bce5b78 to
16ef81b
Compare
Codecov Report
@@ Coverage Diff @@
## master #4740 +/- ##
=========================================
- Coverage 74.61% 74.6% -0.01%
=========================================
Files 430 430
Lines 28002 28002
=========================================
- Hits 20893 20892 -1
- Misses 7109 7110 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4740 +/- ##
==========================================
- Coverage 74.61% 74.09% -0.52%
==========================================
Files 430 431 +1
Lines 28002 28214 +212
==========================================
+ Hits 20893 20906 +13
- Misses 7109 7308 +199
Continue to review full report at Codecov.
|
|
This is already included in #4685. |
|
I know about it. the purpose of your PR is not to fix the problem presented in this PR, but it does it additionally. Your PR is large and have discussion. I would like this change to come faster, so I made a separate PR. |
|
Also in here #4703 :-) |
|
+1 to the change, but for those of us who aren't familiar with the travis config file (me) could someone explain/point me at docs as to how this stops it pulling a docker image on pre-test? |
|
@ashb by default, Travis has the job lifecycles for a single implicit stage ("Test"). When you add the I'm not sure if it's made clear on these pages, but this should be the docs for this: https://docs.travis-ci.com/user/build-stages/#how-do-build-stages-work |
Co-authored-by: Joshua Carp <jm.carp@gmail.com>
Co-authored-by: Joshua Carp <jm.carp@gmail.com>
Co-authored-by: Joshua Carp <jm.carp@gmail.com>


Make sure you have checked all steps below.
Jira
Description
We do not need a docker in pretest, so we should not pull images.
The problem has previously been discussed:
#4685 (comment)
Tests
No applicable
Commits
Documentation
No applicable
Code Quality
No applicable