From 087834c0eb304ef8391cd1e28cce7e0e2b45916f Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 15 Oct 2025 10:41:48 +0200 Subject: [PATCH] Fix DIB_RELEASE to bookworm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The following diskimage-builder's patch hasn't still be released https://opendev.org/openstack/diskimage-builder/commit/93442d09cff0eadfc18b17793c24789dac094600 Change-Id: I0406d20455aee2677193e2460d24a8c80ac90169 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci-vm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/functest/xtesting-ci-vm.yaml b/jjb/functest/xtesting-ci-vm.yaml index df02b6693..8d21080eb 100644 --- a/jjb/functest/xtesting-ci-vm.yaml +++ b/jjb/functest/xtesting-ci-vm.yaml @@ -26,6 +26,7 @@ git checkout FETCH_HEAD) export ELEMENTS_PATH=$(pwd)/elements:$(pwd)/ansible-role-xtesting/elements fi + export DIB_RELEASE=bookworm export DIB_XTESTINGCI_VERSION={role-version} disk-image-create --image-size 20 -o {project}-{version}.qcow2 debian vm {project} gsutil cp {project}-{version}.qcow2 gs://artifacts.opnfv.org/{project}/{project}-{version}.qcow2 -- 2.16.6