From 3b1610997a3f36c7ab4a7721cd266ec0f14bc107 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Wed, 15 Mar 2023 17:12:36 +0100 Subject: [PATCH] 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 --- qa/workunits/rbd/qemu-iotests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index 267b69165e5..b723fa26d80 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 -- 2.39.5