CI: allow cluster layout to be fully defined by individual test

This commit is contained in:
Max Gautier
2025-03-06 17:44:24 +01:00
parent a8d494fb95
commit d0f91adde4
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
- name: Start vms for CI job
kubernetes.core.k8s:
definition: "{{ lookup('template', 'vm.yml.j2', template_vars=item) }}"
loop: "{{ scenarios[mode | d('default')] }}"
loop: "{{ cluster_layout }}"
- name: Wait for vms to have IP addresses
kubernetes.core.k8s_info: