qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 04/22] scripts/ci: add gitlab-runner to kvm group


From: Thomas Huth
Subject: Re: [PATCH 04/22] scripts/ci: add gitlab-runner to kvm group
Date: Wed, 3 May 2023 11:22:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 03/05/2023 11.12, Alex Bennée wrote:
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.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reported-by: Peter Maydell <peter.maydell@linaro.org>
---
  scripts/ci/setup/gitlab-runner.yml | 1 +
  1 file changed, 1 insertion(+)

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

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]