drewsonne edited a comment on issue #4740: [AIRFLOW-3925] Don't pull 
docker-images on pretest
URL: https://github.com/apache/airflow/pull/4740#issuecomment-466357304
 
 
   @ashb by default, Travis has the job lifecycles for a single implicit stage 
("Test").
   
   When you add the `jobs` directive, you create new stages, and the jobs in 
those stages inherit from the default implicit stage ("Test"). So the main part 
here, is that the jobs define their own actions in the `install` stage, which 
override the inherited `install` from the default stage ("Test").
   
   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
   https://docs.travis-ci.com/user/job-lifecycle/

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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