Several jobs have failed recently due to a buildkitd volume being full. This isn't something that we've seen regularly.
https://gitlab.wikimedia.org/repos/sre/libvmod-wmfuniq/-/jobs/517608
https://gitlab.wikimedia.org/repos/releng/scap/-/jobs/515939
https://gitlab.wikimedia.org/repos/releng/scap/-/jobs/515937
A quick way to prune all bulidkitd volumes:
for n in $(seq 0 2); do kubectl -n gitlab-runner exec buildkitd-$n -- buildctl --addr localhost:1234 prune; done
This assumes that your kubectl config is pointing to the gitlab-cloud-runner cluster.
I set up this dashboard for monitoring:
https://grafana.cloud.releng.team/d/demojg23eidq8c/buildkitd