mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-02 07:52:12 +01:00
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:
parent
f094fc2950
commit
ad825fff69
@ -100,7 +100,7 @@ query_kola_tests() {
|
|||||||
run_kola_tests() {
|
run_kola_tests() {
|
||||||
local instance_type="${1}"; shift;
|
local instance_type="${1}"; shift;
|
||||||
local instance_tapfile="${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
|
local image
|
||||||
if [ "${instance_type}" = "previous" ]; then
|
if [ "${instance_type}" = "previous" ]; then
|
||||||
image="tmp/flatcar_production_image_previous.bin"
|
image="tmp/flatcar_production_image_previous.bin"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user