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@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1872>
This commit is contained in:
parent
5ac0a19e7f
commit
52c2cb7439
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue