CI: convert molecule jobs to parallel:matrix

With the new provisionning using kubevirt this should be faster.
This commit is contained in:
Max Gautier
2025-03-11 11:47:17 +01:00
parent f70c33d71a
commit 315313dd10
4 changed files with 31 additions and 59 deletions

View File

@@ -13,7 +13,7 @@ metadata:
kubevirt.io/os: {{ cloud_image }}
kubevirt.io/size: small
ci_job_id: "{{ ci_job_id }}"
ci_job_name: "{{ ci_job_name }}"
ci_job_name: "{{ lookup('ansible.builtin.env', 'CI_JOB_NAME_SLUG') }}"
# leverage the Kubernetes GC for resources cleanup
ownerReferences:
- apiVersion: v1