From b33a9089b0ac3fb7eef464886f20b5f9a00f7347 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Mon, 30 Oct 2023 17:19:45 +0100 Subject: [PATCH] test qemu_update.sh: Add docker btrfs backwards compat test Signed-off-by: Thilo Fromm --- ci-automation/vendor-testing/qemu_update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-automation/vendor-testing/qemu_update.sh b/ci-automation/vendor-testing/qemu_update.sh index 986685c918..4795e27871 100755 --- a/ci-automation/vendor-testing/qemu_update.sh +++ b/ci-automation/vendor-testing/qemu_update.sh @@ -99,6 +99,8 @@ run_kola_tests() { image="tmp/flatcar_production_image_previous.bin" elif [ "${instance_type}" = "first_dual" ]; then image="tmp/flatcar_production_image_first_dual.bin" + # Test docker 20 -> docker 24 migration btrfs storage driver backwards compatibility + tests+=("cl.update.docker-btrfs-compat") # Only run this test if the Azure dev payload exists on bincache because the fallback download needs it if curl --head -o /dev/null -fsSL --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 "https://bincache.flatcar-linux.net/images/${CIA_ARCH}/${CIA_VERNUM}/flatcar_test_update-oem-azure.gz"; then tests+=("cl.update.oem")