mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-16 09:52:20 +02:00
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:
commit
4b4dad15c3
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user