From: Warren Usui Date: Fri, 19 Dec 2014 04:00:28 +0000 (-0800) Subject: If trusty, use older version of qemu X-Git-Tag: v0.80.8~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=efe801ff3a0d25243da18937c07b89227edbaac4;p=ceph.git If trusty, use older version of qemu Fixes #10319 Signed-off-by: Warren Usui (cherry-picked from 46a1a4cb670d30397979cd89808a2e420cef2c11) --- diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index 9dfca3e6ed15..91e62734e6ce 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -25,6 +25,10 @@ done if [ "$iotests" = "qemu/tests/qemu-iotests" ] then git clone git://apt-mirror.front.sepia.ceph.com/qemu.git + # use v2.2.0-rc3 (last released version that handles all the tests + cd qemu + git checkout 2528043f1f299e0e88cb026f1ca7c40bbb4e1f80 + cd .. testlist=$testlist' 032 033 055 077' else git clone git://ceph.com/git/qemu-iotests.git