Gitaly Server version is not being upgraded on dev.gitlab.org even though GITALY_SERVER_VERSION is changing
As part of the nightly build, Gitaly is being restarted and replaced with a newer build, but the actual version seems to be stuck on 0.25.0
. This version hit GitLab-CE master on 27 July but we've update it multiple times since then: https://gitlab.com/gitlab-org/gitlab-ce/commits/master/GITALY_SERVER_VERSION
At first, I thought this was an issue with the Gitaly service not being restarted, but the gitlab_build_info
metric in Prometheus (https://prometheus.gitlab.com/graph?g0.range_input=3w&g0.expr=gitlab_build_info%7Bjob%3D%22gitaly-dev%22%2C+version%3D%220.25.0%22%7D&g0.tab=0) shows that the service is being restarted, with a new build of the old Gitaly version.