You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/02/14 08:18:06 UTC

[GitHub] mistercrunch commented on issue #6874: Speed up CI by caching TersetPlugin cache

mistercrunch commented on issue #6874: Speed up CI by caching TersetPlugin cache
URL: https://github.com/apache/incubator-superset/pull/6874#issuecomment-463534452
 
 
   For now I'm confused as to why the cache doesn't seem to get loaded up on start, even though it does appear to get saved at the end:
   
   Evidence of not picking up the cache at startup:
   <img width="919" alt="screen shot 2019-02-14 at 12 16 03 am" src="https://user-images.githubusercontent.com/487433/52772596-bca20480-2fed-11e9-9825-1a9a02fdff85.png">
   
   Evidence of saving it at the end:
   <img width="1079" alt="screen shot 2019-02-14 at 12 02 46 am" src="https://user-images.githubusercontent.com/487433/52772651-e0654a80-2fed-11e9-9268-6cc652fc3871.png">
   
   Travis docs related to this https://docs.travis-ci.com/user/caching/
   ```
   * Travis CI fetches the cache for every build, including branches and pull requests.
   * If a branch does not have its own cache, Travis CI fetches the cache of the repository’s default branch.
   * There is one cache per branch and language version/ compiler version/ JDK version/ Gemfile location/ etc.
   * Only modifications made to the cached directories from normal pushes are stored.
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org