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

ci: add job to cleanup the unused local sstate-cache artifacts #43

Open
quaresmajose opened this issue Oct 15, 2024 · 2 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@quaresmajose
Copy link
Contributor

We need to clean up the ci local sstate-cache that is not used, otherwise it will grow infinitely.
This will take up significant space that will not be used by anyone since invalid sstate-cache artefacts will no longer be needed.

This can be done by adding a new job that runs after all builds are successful and we can do this using the upstream script in oe-core or call the rsync directly.

@doanac
Copy link
Contributor

doanac commented Oct 15, 2024

Maybe we do it as part of the nightly run?

@ricardosalveti
Copy link
Contributor

Yeah, nightly is probably a good place to hook this up.

@ricardosalveti ricardosalveti added this to the 10/24 milestone Oct 15, 2024
@EmbeddedAndroid EmbeddedAndroid added the enhancement New feature or request label Oct 21, 2024
@ricardosalveti ricardosalveti modified the milestones: 10/24, 11/24 Nov 14, 2024
@ricardosalveti ricardosalveti modified the milestones: 11/24, 12/24 Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

4 participants