Skip to content
Snippets Groups Projects

gitlab_runner: Add VM based executor (libvirt-executor)

Merged Kristian Klausen requested to merge klausenbusk/infrastructure:custom-executor into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -18,7 +18,7 @@ get_vm_ip() {
}
get_vm_name() {
echo "libvirt_executor_runner_${CUSTOM_ENV_CI_RUNNER_SHORT_TOKEN}_project-${CUSTOM_ENV_CI_PROJECT_ID}_concurrent_${CUSTOM_ENV_CI_CONCURRENT_PROJECT_ID}"
echo "libvirt_executor_runner_${CUSTOM_ENV_CI_RUNNER_SHORT_TOKEN}_project-${CUSTOM_ENV_CI_PROJECT_ID}_job_${CUSTOM_ENV_CI_JOB_ID}"
}
wait_for_ssh() {
Loading