Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis: Remove marker env vars #66

Merged
merged 1 commit into from Jul 14, 2017
Merged

Conversation

simonvanderveldt
Copy link
Member

@simonvanderveldt simonvanderveldt commented Jul 14, 2017

I just ran into this issue that whilst we now have a nice cache on master the PRs are actually not able to make use of it because the env vars set per job in the Travis CI matrix also impact if the cache is shared.
If the env vars differ the cache isn't shared :(

Fixed by getting rid of the marker env vars.
Unfortunately this means no clear overview in travis which job is which. Luckily we only have four and they have pretty distinguishable runtimes, so imho whilst it's less than ideal it's still doable.
See travis-ci/travis-ci#5898 for a related issue about this.

I didn't remove the newversioncheck env var because we don't need to share cache with that job, which means we can at least easily identify that one :)

Because they cause separate caches, which means the cache is useless for our use cases.
See travis-ci/travis-ci#5898 for related issue
@simonvanderveldt simonvanderveldt merged commit a1803e2 into master Jul 14, 2017
@simonvanderveldt simonvanderveldt deleted the fix-travis-cache branch July 14, 2017 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants