Greg Dubicki
Greg Dubicki
> We have now working an OpenSource UItimate License for the GitLab hosted GitLabForm. @amimas @gdubicki -> here is an MR to build out the majority of the CI: https://gitlab.com/gitlabform/gitlabform/-/merge_requests/1...
So comparing https://github.com/gitlabform/gitlabform/actions/runs/9698230309/job/26764299132 to https://gitlab.com/gitlabform/gitlabform/-/jobs/7207889811 my first observations are: * the tests themselves are ~2 minutes slower in GitLab CI. That's strange because we are using 4 CPU, 16GB RAM...
I wonder if this documentation issue is also responsible for this issue https://github.com/actions/actions-runner-controller/issues/2992... 🤔 I assumed that if I insert `serviceAccountName` into this block https://github.com/actions/actions-runner-controller/blob/3be7128f9aa19a49f3af599b67489f8415d8b03e/charts/gha-runner-scale-set/values.yaml#L189-L193 , like this: ```yaml #...
Hi @pho3nixx! Thanks for the suggestion. A complete implementation of this seems quite difficult to be done right, see https://gitlab.com/gitlab-org/gitlab/-/issues/17799. But perhaps this is also the reason that issue in...
Thank you again for contributing your implementation, @mfriedenhagen! 😊 Released in [v3.14.1](https://github.com/gitlabform/gitlabform/releases/tag/v3.14.1) a moment ago. 🎊
> The workaround is to deploy your own DaemonSet that will update the kubelet settings on Scylla nodes. > We did it ourselves but it would be great if Scylla...
/remove-lifecycle rotten /remove-lifecycle stale
I think you are right, @tnozicka. It's a bad idea to provide an unsupported solution for GKE in the Scylla Operator repo, I would at least like the next person...
Please note that the Scylla Operator 1.14.0, ScyllaDB 6.0.4 and ScyllaDB 6.1.2 were all released after we started working on the original task here (upgrade to 6.0.3 and then 6.1.1).
The main problem we have with this cluster state is that the backups are failing: ``` $ kubectl exec -it deployments/scylla-manager -n scylla-manager -- sctool progress --cluster scylla/scylla backup/monday-backup-r2 Run:...