Merge pull request #3304 from flatcar/kai/kola-boot-part-too-small

ci-automation: Run cl.update.payload-boot-part-too-small test
This commit is contained in:
Kai Lüke 2025-09-23 12:57:35 +02:00 committed by GitHub
commit 4b4dad15c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"