File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
ci-automation/vendor-testing Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ run_kola_tests() {
99
99
image=" tmp/flatcar_production_image_previous.bin"
100
100
elif [ " ${instance_type} " = " first_dual" ]; then
101
101
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" )
102
104
# Only run this test if the Azure dev payload exists on bincache because the fallback download needs it
103
105
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
104
106
tests+=(" cl.update.oem" )
You can’t perform that action at this time.
0 commit comments