mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
CI: use OS name in VMs
Allows an easier log reading on multi-OS test runs (such as molecule tests)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
apiVersion: kubevirt.io/v1
|
||||
kind: VirtualMachineInstance
|
||||
metadata:
|
||||
generateName: test-vm-
|
||||
generateName: {{ cloud_image }}-
|
||||
namespace: {{ pod_namespace }}
|
||||
annotations:
|
||||
kubespray.com/ci.template-path: "tests/cloud_playbooks/roles/packet-ci/templates/vm.yml.j2"
|
||||
|
||||
Reference in New Issue
Block a user