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 <kailuke@microsoft.com>
This commit is contained in:
Kai Lueke 2025-09-23 14:34:01 +09:00
parent f094fc2950
commit ad825fff69

View File

@ -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"