Skip to content

Commit b33a908

Browse files
committed
test qemu_update.sh: Add docker btrfs backwards compat test
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
1 parent 28f4360 commit b33a908

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci-automation/vendor-testing/qemu_update.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ run_kola_tests() {
9999
image="tmp/flatcar_production_image_previous.bin"
100100
elif [ "${instance_type}" = "first_dual" ]; then
101101
image="tmp/flatcar_production_image_first_dual.bin"
102+
# Test docker 20 -> docker 24 migration btrfs storage driver backwards compatibility
103+
tests+=("cl.update.docker-btrfs-compat")
102104
# Only run this test if the Azure dev payload exists on bincache because the fallback download needs it
103105
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
104106
tests+=("cl.update.oem")

0 commit comments

Comments
 (0)