mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
If trusty, use older version of qemu
Fixes #10319 Signed-off-by: Warren Usui <warren.usui@inktank.com>
This commit is contained in:
parent
18d6b20039
commit
46a1a4cb67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user