libvirt-executor improvements
Compare changes
- Kristian Klausen authored
This removes 13 instances of [1] and 1 instance of the IP address from the job log. The latter was fixed by no longer waiting for SSH in the "run" stage, which is unnecessary as we wait for SSH in the "prepare" stage. [1] Warning: Permanently added '192.168.122.xxx' (ED25519) to the list of known hosts.
@@ -10,6 +10,7 @@ ssh() {
@@ -39,7 +40,6 @@ wait_for_ssh() {
@@ -68,7 +68,7 @@ prepare() {