libvirt-executor improvements
Compare changes
Files
4- Kristian Klausen authored
This means that there is no need to make runner-specific changes to the image, so in theory the image could be build centrally (e.g. in the arch-boxes project[1]) and then distributed to the runner hosts. This change also make the SSH keys ephemeral. [1] https://gitlab.archlinux.org/archlinux/arch-boxes
@@ -4,7 +4,7 @@ readonly libvirt_pool="images"
@@ -58,8 +58,15 @@ prepare() {
@@ -80,6 +87,7 @@ run() {