From ad825fff69aa7a9bf789e111290511d7744c1e51 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Tue, 23 Sep 2025 14:34:01 +0900 Subject: [PATCH] ci-automation: Run cl.update.payload-boot-part-too-small test The test was recently added to kola but wasn't executed yet. Add it to the list of update tests (which start from an old image and update to the new image that should be tested). Signed-off-by: Kai Lueke --- ci-automation/vendor-testing/qemu_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-automation/vendor-testing/qemu_update.sh b/ci-automation/vendor-testing/qemu_update.sh index 32e100b708..6883f0677d 100755 --- a/ci-automation/vendor-testing/qemu_update.sh +++ b/ci-automation/vendor-testing/qemu_update.sh @@ -100,7 +100,7 @@ query_kola_tests() { run_kola_tests() { local instance_type="${1}"; shift; local instance_tapfile="${1}"; shift - local tests=("cl.update.payload") + local tests=("cl.update.payload" "cl.update.payload-boot-part-too-small") local image if [ "${instance_type}" = "previous" ]; then image="tmp/flatcar_production_image_previous.bin"