FreeDesktop GitLab migrated to Hetzner from Equinix
Starting this year, Equinix have decided to end their operations with the FreeDesktop infrastructure after support of almost five years has passed. They have set the tentative deadline of April 30th for migration to other services, and the FreeDesktop team have chosen Hetzner as the server provider. This GitLab instance was also affected, because it hosted a lot of great open source projects, such as X.Org Server, Mesa GL library, and much more.
This migration is now complete, with most (if not all) of the work being done according to the plan outlined in this issue reported against the main FreeDesktop project (Issue 2076). It caused the GitLab server to be much faster than before, which is important for anyone contributing to the FreeDesktop project, especially the developers who contribute a lot of great work to different projects.
The SSH connection has also changed thanks to this migration, along with Fastly CDN, and the new hostname to connect to the FreeDesktop Git instance using SSH has now become ssh.gitlab.freedesktop.org
from gitlab.freedesktop.org
. You can configure your SSH client to make an alias for the old hostname to point to the new one using the following configuration file created on ~/.ssh/config:
Host gitlab.freedesktop.org HostName ssh.gitlab.freedesktop.org
The team has prepared a maintenance tracker site, which showed a lot of green lights as you can see here. Alongside this, the untagged runners for the CI workflow have become privileged without support for KVM, and anyone who requires this support must tag them with the kvm
tag.
If you’re suffering from slow speeds while working on a FreeDesktop project, this migration is now complete, and you should be able to interact with it faster.
#Equinix #FreeDesktop #GitLab #news #Tech #Technology #update