Files
kubespray/tests/cloud_playbooks/roles/packet-ci/tasks/main.yml
Max Gautier e8ee422808 CI: remove deletion tasks of 'packet' VMs
Kubevirt VMs deletion will be handled by the Kubernetes GC (see previous
commit), remove all the codes handling that.
2024-10-18 12:14:53 +02:00

7 lines
164 B
YAML

---
- name: "Include custom vars for ci job: {{ ci_job_name }}"
include_vars: "../files/{{ ci_job_name }}.yml"
- name: Create VMs
import_tasks: create-vms.yml