]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: use the same qemu-iotests version throughout 67143/head
authorIlya Dryomov <idryomov@gmail.com>
Thu, 29 Jan 2026 20:25:55 +0000 (21:25 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 30 Jan 2026 20:03:55 +0000 (21:03 +0100)
"platform:el10" could be appended to the grep pattern for v2.11.0 but
we no longer test on any distro needing v2.3.0 or v2.2.0-rc3.

Fixes: https://tracker.ceph.com/issues/74671
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/workunits/rbd/qemu-iotests.sh

index a2e9e0600d4cf6ca74c186ae8b202d47e43ed603..21e16201f6332c0c113e4cbc0ef9c71a9f479746 100755 (executable)
@@ -10,15 +10,7 @@ testlist='001 002 003 004 005 008 009 010 011 021 025 032 033'
 git clone https://github.com/qemu/qemu.git
 cd qemu
 
-
-if grep -iqE '(bionic|focal|jammy|platform:el9)' /etc/os-release; then
-    git checkout v2.11.0
-elif grep -iqE '(xenial|platform:el8)' /etc/os-release; then
-    git checkout v2.3.0
-else
-    # use v2.2.0-rc3 (last released version that handles all the tests
-    git checkout 2528043f1f299e0e88cb026f1ca7c40bbb4e1f80
-fi
+git checkout v2.11.0
 
 cd tests/qemu-iotests
 # qemu-iotests expects a binary called just 'qemu' to be available