Skip to content

Commit 4b4dad1

Browse files
authored
Merge pull request #3304 from flatcar/kai/kola-boot-part-too-small
ci-automation: Run cl.update.payload-boot-part-too-small test
2 parents 9583459 + ad825ff commit 4b4dad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-automation/vendor-testing/qemu_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ query_kola_tests() {
100100
run_kola_tests() {
101101
local instance_type="${1}"; shift;
102102
local instance_tapfile="${1}"; shift
103-
local tests=("cl.update.payload")
103+
local tests=("cl.update.payload" "cl.update.payload-boot-part-too-small")
104104
local image
105105
if [ "${instance_type}" = "previous" ]; then
106106
image="tmp/flatcar_production_image_previous.bin"

0 commit comments

Comments
 (0)