We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0abb03 commit 227251cCopy full SHA for 227251c
steps/bootstrap/start_qemu.yaml
@@ -59,10 +59,10 @@
59
- exec_local: test $SSH_AVAILABLE -eq 1
60
- breakpoint: Failed to connect to VM via SSH. Please verify the VM successfully booted with a vnc client.
61
62
-- force_shutdown_qemu_vm:
+- shutdown_qemu_vm_on_setup_clean:
63
- on_checkpoint: redo
64
- check_cmd_local: socat
65
- - on_setup_clean:
+ - on_setup_clean: &1
66
- exec_out: echo "Sync"
67
- exec_out: sync
68
- exec_out: echo "Shutting down virtual machine"
@@ -95,3 +95,8 @@
95
fi
96
97
rm -f $${qemu_monitor_socket}
98
+
99
+- shutdown_qemu_vm_on_export_clean:
100
+ - on_checkpoint: redo
101
+ - check_cmd_local: socat
102
+ - on_export_clean: *1
0 commit comments