diff options
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 4 |
1 files 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: |