Skip to content

Commit ad825ff

Browse files
committed
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>
1 parent f094fc2 commit ad825ff

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)