diff --git a/ci/qemuarm64-secureboot.yml b/ci/qemuarm64-secureboot.yml index 8236f87c..b7f3cb44 100644 --- a/ci/qemuarm64-secureboot.yml +++ b/ci/qemuarm64-secureboot.yml @@ -5,6 +5,11 @@ header: machine: qemuarm64-secureboot +local_conf_header: + bugs: | + # Only ping until errors can be resolved + TEST_SUITES = "ping" + target: - core-image-base - perf diff --git a/ci/qemuarmv5.yml b/ci/qemuarmv5.yml index b1ff4463..aaf7f4f4 100644 --- a/ci/qemuarmv5.yml +++ b/ci/qemuarmv5.yml @@ -4,3 +4,8 @@ header: - base.yml machine: qemuarmv5 + +local_conf_header: + bugs: | + # Remove parselogs until errors can be resolved + TEST_SUITES_remove = "parselogs" diff --git a/ci/testimage.yml b/ci/testimage.yml index adc7765a..8941ad3e 100644 --- a/ci/testimage.yml +++ b/ci/testimage.yml @@ -9,6 +9,8 @@ local_conf_header: TEST_RUNQEMUPARAMS = "slirp" TEST_SERVER_IP = "127.0.0.1" QEMU_USE_SLIRP = "1" + packages: | + IMAGE_FEATURES_append = " ssh-server-dropbear" # Multiple targets are available, put it down to just one target: