diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-05-02 16:11:50 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-05-10 15:58:19 +0100 |
commit | 02f4947603b7f546df226ab21387c761494784de (patch) | |
tree | fb8957f14a00a1ac0c192dbf24b647a18dfbc047 /scripts/ci | |
parent | ab9d29b0a4ab2fec433f18b809b66bc43db1d228 (diff) |
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 <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/ci')
-rw-r--r-- | scripts/ci/setup/gitlab-runner.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |