xci: Do not fail the job if virsh command fails
[releng.git] / jjb / xci / osa-periodic-jobs.yml
index cf4916b..e604a0a 100644 (file)
       - shell: |
           #!/bin/bash
 
-          sudo virsh destroy ${DISTRO}_xci_vm
-          sudo virsh undefine ${DISTRO}_xci_vm
+          sudo virsh destroy ${DISTRO}_xci_vm || true
+          sudo virsh undefine ${DISTRO}_xci_vm || true
 
 # this will be enabled once the xci is prepared
 # - builder: