xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 1 23:23:41 UTC 2025


 .gitlab-ci.yml |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 52c2cb7439072e9a33cceef7ada65c94bde27b58
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Mon Mar 24 12:30:25 2025 +0100

    ci: fix missing runner tag on FreeBSD jobs after gitlab migration
    
    All jobs utilizing kvm (eg. FreeBSD) need the "kvm" runner tag set.
    It used to work w/o it, since all runners did have kvm, but in the
    new CI there are non-kvm runners, so we really need to set the tag.
    
    Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1872>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3740c645f..b20b527b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,6 +105,8 @@ stages:
     FDO_DISTRIBUTION_TAG:       '$XORG_DEBIAN_TAG'
 
 .freebsd:
+  tags:
+    - kvm
   variables:
     FDO_DISTRIBUTION_TAG:       '$XORG_FREEBSD_TAG'
     FDO_DISTRIBUTION_VERSION:   '$XORG_FREEBSD_VERSION'


More information about the xorg-commit mailing list