You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run a yocto build using kas in Gitlab CI/CD. The build target is an AKS (Azure Kubernetes service) For that, I have configured a gitlab runner, PVC and bitbake hash server.
Cache variables such as SSTATE_DIR and DL_DIR has been set up respectively to /sstate-cache and /downloads
Yet, build still take too much time to complete, everything is being rebuilt, and no archive file of type .tar.zst exists in cache. only *.tar.zst.siginfo are in cache.
When changing shared cache location to /tmp on the pod, archive are successfully created. I think the problem is related to cifs.
For some reasons, I'm not able at the very the moment to switch to nfs. Does someone already encouters such issue or could even think why this happen ?
The text was updated successfully, but these errors were encountered:
ocebr
changed the title
Archive *.tar.zst not written to shared cache via cifs
Archive *.tar.zst not written to shared cache via cifs and kas 4.3
Jul 18, 2024
I'm trying to run a yocto build using kas in Gitlab CI/CD. The build target is an AKS (Azure Kubernetes service) For that, I have configured a gitlab runner, PVC and bitbake hash server.
Gitlab runner config :
PVC :
Cache variables such as SSTATE_DIR and DL_DIR has been set up respectively to /sstate-cache and /downloads
Yet, build still take too much time to complete, everything is being rebuilt, and no archive file of type .tar.zst exists in cache. only *.tar.zst.siginfo are in cache.
When changing shared cache location to /tmp on the pod, archive are successfully created. I think the problem is related to cifs.
For some reasons, I'm not able at the very the moment to switch to nfs. Does someone already encouters such issue or could even think why this happen ?
The text was updated successfully, but these errors were encountered: