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 unused cache (prone to intermittent failures) #442

Merged
merged 2 commits into from Apr 28, 2016
Merged

Travis: Remove unused cache (prone to intermittent failures) #442

merged 2 commits into from Apr 28, 2016

Conversation

JohanLorenzo
Copy link
Contributor

Today, @isabelrios noticed a job that was marked as failed, even though every step passed. Based on this comment in travis-ci's issues, we might face unlogged cache failures.

This kind of error is usually not a problem, unless our shell scripts toggle set -e (and we do here, for instance).

After looking up the documentation, we actually don't use the cache anymore. It started when we had to move away from the container infrastructure. Like said here, we won't be able to go back to containers until a few more months.

Consequently, I propose to save some CPU time and make the jobs stronger by just removing the cache.

r? @fabricedesre

@coveralls
Copy link

Coverage Status

Coverage remained the same at 38.441% when pulling d1761f5 on JohanLorenzo:remove-travis-cache into b08ff2c on fxbox:master.

@fabricedesre fabricedesre merged commit e42e681 into fxbox:master Apr 28, 2016
@JohanLorenzo JohanLorenzo deleted the remove-travis-cache branch May 19, 2016 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants