We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9583459 + ad825ff commit 4b4dad1Copy full SHA for 4b4dad1
ci-automation/vendor-testing/qemu_update.sh
@@ -100,7 +100,7 @@ query_kola_tests() {
100
run_kola_tests() {
101
local instance_type="${1}"; shift;
102
local instance_tapfile="${1}"; shift
103
- local tests=("cl.update.payload")
+ local tests=("cl.update.payload" "cl.update.payload-boot-part-too-small")
104
local image
105
if [ "${instance_type}" = "previous" ]; then
106
image="tmp/flatcar_production_image_previous.bin"
0 commit comments