Skip to content

.travis.yml: only store new schroot if something has changed#440

Merged
OddBloke merged 2 commits into
canonical:masterfrom
OddBloke:travis
Jun 19, 2020
Merged

.travis.yml: only store new schroot if something has changed#440
OddBloke merged 2 commits into
canonical:masterfrom
OddBloke:travis

Conversation

@OddBloke
Copy link
Copy Markdown
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
Copy Markdown
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