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 #715

Open
quaresmajose opened this issue Oct 15, 2024 · 2 comments
Open

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

quaresmajose opened this issue Oct 15, 2024 · 2 comments
Assignees

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.

@quaresmajose quaresmajose self-assigned this Oct 15, 2024
@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 transferred this issue from qualcomm-linux/meta-qcom-hwe Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

4 participants