-
Notifications
You must be signed in to change notification settings - Fork 26
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
Setup a local ci sstate-mirror #13
Comments
This hit in particular is probably because some of the base layers changed (since the run happens against master all the time). Triggered a re-run and got:
We could of course investigate ways to improve this, hashserv, etc. |
Right, we need some type of lock on the layers to improve the build. Maybe in this case the sstate mirror is not needed because all the machines are pretty similar and from the same arch. About the lock: |
Yeah, that is my thinking as well. We can probably always use the latest in PRs and generate a lock file after the merge happens, publishing into another external repo. |
Running more than one machine using the same local sstate-cache is not efficient and we need to setup a local sstate mirror to be used in CI builds.
The PR #12 build a change that only add a new job but however the local sstate-cache is not being used fully, despite the fact that this is persistent between builds.
This can be seen in the job where only about 52% is being used:
The text was updated successfully, but these errors were encountered: