From 50389eb3779d944524130b9bd80acb37721f1a02 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 3 Nov 2021 14:36:19 -0400 Subject: [PATCH] CI: remove target from testimage yml file Since we are using TESTIMAGE_AUTO, providing the target field in the testimage yml file is no longer necessary. This allows for multiple payloads to be built, while still allowing for testing. Signed-off-by: Jon Mason --- ci/testimage.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/testimage.yml b/ci/testimage.yml index 70a08e04..2f7b8e95 100644 --- a/ci/testimage.yml +++ b/ci/testimage.yml @@ -11,7 +11,3 @@ local_conf_header: QEMU_USE_SLIRP = "1" packages: | IMAGE_FEATURES:append = " ssh-server-dropbear" - -# Multiple targets are available, put it down to just one -target: - - core-image-base