From: Ilya Dryomov Date: Wed, 15 Mar 2023 16:12:36 +0000 (+0100) Subject: qa/workunits/rbd: use bionic version of qemu-iotests for jammy X-Git-Tag: v18.1.0~225^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F50577%2Fhead;p=ceph.git qa/workunits/rbd: use bionic version of qemu-iotests for jammy Same as in commit 2de2146c300c ("qa/workunits/rbd: use bionic version of qemu-iotests for focal"). Signed-off-by: Ilya Dryomov (cherry picked from commit 3b1610997a3f36c7ab4a7721cd266ec0f14bc107) --- diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index 267b69165e5d..b723fa26d80c 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -11,7 +11,7 @@ git clone https://github.com/qemu/qemu.git cd qemu -if grep -iqE '(bionic|focal)' /etc/os-release; then +if grep -iqE '(bionic|focal|jammy)' /etc/os-release; then # Bionic requires a matching test harness git checkout v2.11.0 elif grep -iqE '(xenial|platform:el8)' /etc/os-release; then