From 1b4a9451bbb39caf636e9ffa1b10feba3c3e2c7a Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 25 Sep 2017 21:04:36 +0100 Subject: [PATCH] jjb: xci: xci-verify-jobs: Fix XCI VM names The XCI script now uses more accurate VM names, so replace the VM name in the destroy job as well. Change-Id: Ia4c8ea204ecaa6ae765ce67aff3923dabab6d5f0 Signed-off-by: Markos Chandras --- jjb/xci/xci-verify-jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index efc8995c9..aac89f2a1 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -266,8 +266,8 @@ exit 0 fi - sudo virsh destroy $DISTRO - sudo virsh undefine $DISTRO + sudo virsh destroy ${DISTRO}_xci_vm + sudo virsh undefine ${DISTRO}_xci_vm # this will be enabled once the xci is prepared #- builder: -- 2.16.6