Skip to content
Snippets Groups Projects
Verified Commit bd299d85 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Add libvirt-executor image for our GitLab Runner custom executor

We have provided a custom executor[1] for a few years[2] now. It uses
the "basic" image which is modified on each runner to include the
relevant packages and tweaks.

Modifying the image is cumbersome (convert qcow2 to raw, losesetup,
arch-chroot, convert raw to qcow2 etc.) and requires administrative
privileges on the runner. The arch-boxes project already has all the
needed infrastructure for doing these kinds of "modifications", so let's
just add a extra image with all the needed packages and tweaks and
remove the complexity from the infrastructure repository.

The required changes to the custom executor can be found in this
infrastructure MR[3] and this image is based on the "modified image"
from said MR, before the switch over.

[1] https://docs.gitlab.com/runner/executors/custom.html
[2] infrastructure!385
[3] infrastructure!881
parent 48ccb457
No related branches found
No related tags found
No related merge requests found
Pipeline #112290 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment