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.yml: only store new schroot if something has changed #440

Merged
merged 2 commits into from
Jun 19, 2020

Conversation

OddBloke
Copy link
Collaborator

Prior to this change, the process of tarring up would mean that Travis
would always detect that the cache had changed, and we would incur ~30s
of packing/transferring at the end of every build.

Instead, we now check if there was any change to the installed contents
of the schroot, and only generate a new tarball if there were changes.

Prior to this change, the process of tarring up would mean that Travis
would always detect that the cache had changed, and we would incur ~30s
of packing/transferring at the end of every build.

Instead, we now check if there was any change to the installed contents
of the schroot, and only generate a new tarball if there were changes.
@paride
Copy link
Contributor

paride commented Jun 19, 2020

@OddBloke LGTM, thanks!

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.

3 participants