From: Alex Bennée Date: Tue, 2 May 2023 15:11:50 +0000 (+0100) Subject: scripts/ci: add gitlab-runner to kvm group X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=02f4947603b7f546df226ab21387c761494784de;p=qemu.git scripts/ci: add gitlab-runner to kvm group One of the main reasons to have custom runners it so we can run KVM tests. Enable the "kvm" additional group so we can access the feature on the kernel. Message-Id: <20230503091244.1450613-5-alex.bennee@linaro.org> Reviewed-by: Richard Henderson Reviewed-by: Thomas Huth Signed-off-by: Alex Bennée Reported-by: Peter Maydell --- diff --git a/scripts/ci/setup/gitlab-runner.yml b/scripts/ci/setup/gitlab-runner.yml index 1a1b270ff2..7bdafab511 100644 --- a/scripts/ci/setup/gitlab-runner.yml +++ b/scripts/ci/setup/gitlab-runner.yml @@ -26,6 +26,7 @@ user: user: gitlab-runner group: gitlab-runner + groups: kvm comment: GitLab Runner home: /home/gitlab-runner shell: /bin/bash