Giter VIP home page Giter VIP logo

Comments (5)

fniephaus avatar fniephaus commented on May 23, 2024

Just to make sure: your idea is to cache the GemStone vm after it has been set up, right?

from smalltalkci.

dalehenrich avatar dalehenrich commented on May 23, 2024

I was thinking along the lines of caching the GemStone and Pharo client
downloads as they are not likely to be changed during abuild ... If it's
feasible to cache more then that would be even better ...

On 01/04/2016 12:17 PM, Fabio Niephaus wrote:

Just to make sure: your idea is to cache the GemStone vm after it has
been set up, right?

β€”
Reply to this email directly or view it on GitHub
#31 (comment).

from smalltalkci.

fniephaus avatar fniephaus commented on May 23, 2024

I don't think the build wouldn't benefit much if you only cache the download files. The caching basically uploads a zip file to S3 and downloads and unpacks it again during the next build.
You might want to read this if you haven't already:
https://docs.travis-ci.com/user/caching/#Things-not-to-cache

However, it might still make sense to cache the images if it's possible and faster to update them.

from smalltalkci.

dalehenrich avatar dalehenrich commented on May 23, 2024

Good information ... thanks!

On 01/04/2016 03:06 PM, Fabio Niephaus wrote:

I don't think the build wouldn't benefit much if you only cache the
download files. The caching basically uploads a zip file to S3 and
downloads and unpacks it again during the next build.
You might want to read this if you haven't already:
https://docs.travis-ci.com/user/caching/#Things-not-to-cache

However, it might still make sense to cache the images if it's
possible and faster to update them.

β€”
Reply to this email directly or view it on GitHub
#31 (comment).

from smalltalkci.

fniephaus avatar fniephaus commented on May 23, 2024

It doesn't seem to make sense to cache images or vms, because you want a fresh image per build and a vm is just a zip download. So uploading this stuff to S3 via Travis is not going to speed anything up, it's only more expensive for Travis.
However, caching the github-cache folder does make sense in order to avoid hitting GitHub's API limit.
I have opened #36 for that.

from smalltalkci.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.