aboutsummaryrefslogtreecommitdiff
path: root/leg-cloud-image-centos.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-06-17 16:52:20 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-06-17 16:52:20 +0300
commitb294a9f33e88712e43eb6cda08db8e19a217a72b (patch)
tree785abf251c8248d8ca3c0d4db91b68d8c30b0951 /leg-cloud-image-centos.yaml
parent8e994e8d26729a36146d9417f9a0c731d8092cb6 (diff)
leg-cloud-image-centos: reduce noise in the build log
Change-Id: I9973872165b33d4938327bb046d02db302978271 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'leg-cloud-image-centos.yaml')
-rw-r--r--leg-cloud-image-centos.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/leg-cloud-image-centos.yaml b/leg-cloud-image-centos.yaml
index ade633124f..d4cace3406 100644
--- a/leg-cloud-image-centos.yaml
+++ b/leg-cloud-image-centos.yaml
@@ -73,11 +73,13 @@
--location http://mirror.centos.org/altarch/7/os/aarch64/ \
--noreboot
+ set +e
while [ true ]; do
sleep 1
vm_running=$(sudo virsh list --name --state-running | grep "^${image_name}" | wc -l)
[ "${vm_running}" -eq "0" ] && break
done
+ set -e
sudo virsh list --all
sudo virsh pool-list --all