Skip to content
Snippets Groups Projects
  1. Jul 24, 2022
    • Kristian Klausen's avatar
      gitlab_runner: Refactor libvirt-executor · a15a36cd
      Kristian Klausen authored
      Changes:
      - Switch to arch-boxes' base image
      - Verify the base image's signature
      - Use the new "latest" symlink, instead of parsing the HTML for
        finding the latest arch-boxes image[1]
      - Create the base image by using arch-chroot and friends, instead of
        creating a full-blown VM
      - Create the VMs from domain XML template instead of virt-clone
      - Switch mirror to geo.mirror.pkgbuild.com
      - Try to follow "filesystem hierarchy" standards for where to place
        configuration (id_rsa) and "vendor data" (arch-boxes.asc and
        domain_template.xml)
      - Misc fixes and cleanups
      
      [1] archlinux/infrastructure!552
      a15a36cd
  2. Jul 23, 2022
    • Kristian Klausen's avatar
      gitlab_runner: Add VM based executor (libvirt-executor) · 54e4e842
      Kristian Klausen authored
      For some workloads running in a container is too restrictive, ex:
      arch-boxes (loop device, filesystem mount, pacstrap) and archiso
      (pacstrap). Currently they both run a TCG accelerated QEMU VM, which is
      very slow and painful to work with. We should provide a better option to
      our users!
      
      This adds a hardware accelerated VM for this kinds of workloads, which
      is way faster and you can do whatever you like (mostly)!
      
      Fix #283
      54e4e842
  3. Oct 02, 2021
  4. Jan 10, 2021
  5. Aug 27, 2020
  6. May 27, 2020
  7. Mar 11, 2020
  8. May 30, 2016
  9. May 22, 2016
Loading