diff --git a/.gitlab-ci/kubevirt.yml b/.gitlab-ci/kubevirt.yml index 842003e10..0caadfd0c 100644 --- a/.gitlab-ci/kubevirt.yml +++ b/.gitlab-ci/kubevirt.yml @@ -55,6 +55,7 @@ pr: - ubuntu22-calico-all-in-one-upgrade - ubuntu24-calico-etcd-datastore - ubuntu24-ha-separate-etcd + - flatcar4081-calico # The ubuntu20-calico-all-in-one jobs are meant as early stages to prevent running the full CI if something is horribly broken ubuntu20-calico-all-in-one: diff --git a/tests/cloud_playbooks/roles/packet-ci/templates/vm.yml.j2 b/tests/cloud_playbooks/roles/packet-ci/templates/vm.yml.j2 index db80155fd..6d5e254be 100644 --- a/tests/cloud_playbooks/roles/packet-ci/templates/vm.yml.j2 +++ b/tests/cloud_playbooks/roles/packet-ci/templates/vm.yml.j2 @@ -55,7 +55,7 @@ spec: containerDisk: image: quay.io/kubespray/vm-{{ cloud_image }} - name: cloudinitvolume - cloudInitNoCloud: + cloudInitConfigDrive: userData: | #cloud-config users: diff --git a/tests/files/packet_flatcar4081-calico.yml b/tests/files/flatcar4081-calico.yml similarity index 100% rename from tests/files/packet_flatcar4081-calico.yml rename to tests/files/flatcar4081-calico.yml