From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH v1 00/10] Move testsuite hacks to separate layer
Date: Fri, 28 Apr 2023 22:09:54 +0300 [thread overview]
Message-ID: <20230428191004.243993-1-amikan@ilbers.de> (raw)
There are a lot of hacks in Isar are used by testsuite only. Some of
them even cause variable setting issues for users. To prevent this kind
of issues introduce separate meta-test layer to be used by testsuite
only.
This patchset also removes variables setting from multiconfigs to allow
building without multiconfigs.
The current patchset version is not fully tested and lack some
documentation, but it should be a good starting point.
Known issues:
- Image isar-image-ci do not buildable for some targets
- Not all the hacks in meta-test can be overriden in local.conf
Anton Mikanovich (10):
CI: Introduce meta-test layer
ubuntu: Fix WKS_FILE overriding
CI: Move qemuamd64-bookworm hacks to CI layer
CI: Move qemuamd64-bullseye hacks to CI layer
CI: Move qemuamd64-buster hacks to CI layer
CI: Move qemuarm-bookworm hacks to CI layer
CI: Move qemuarm64-bookworm hacks to CI layer
meta-isar: Remove qemuamd64-sb settings from multiconfig
meta-isar: Remove imx6-sabrelite settings from multiconfig
meta-isar: Unify multiconfigs to use weak assignments
meta-isar/conf/distro/ubuntu-focal.conf | 2 +
meta-isar/conf/machine/imx6-sabrelite.conf | 6 +
meta-isar/conf/machine/qemuamd64-sb.conf | 9 +
meta-isar/conf/machine/qemuamd64.conf | 9 -
.../conf/multiconfig/bananapi-bullseye.conf | 4 +-
.../conf/multiconfig/bananapi-buster.conf | 4 +-
.../multiconfig/de0-nano-soc-bullseye.conf | 4 +-
.../conf/multiconfig/de0-nano-soc-buster.conf | 4 +-
.../conf/multiconfig/hikey-bookworm.conf | 4 +-
.../conf/multiconfig/hikey-bullseye.conf | 4 +-
.../multiconfig/imx6-sabrelite-bullseye.conf | 6 -
.../multiconfig/imx6-sabrelite-buster.conf | 6 -
.../conf/multiconfig/nanopi-neo-bullseye.conf | 4 +-
.../conf/multiconfig/nanopi-neo-buster.conf | 4 +-
.../conf/multiconfig/qemuamd64-bookworm.conf | 1 -
.../conf/multiconfig/qemuamd64-bullseye.conf | 2 -
.../conf/multiconfig/qemuamd64-buster.conf | 4 -
.../conf/multiconfig/qemuamd64-focal.conf | 2 -
.../multiconfig/qemuamd64-sb-bullseye.conf | 9 -
.../conf/multiconfig/qemuarm-bookworm.conf | 6 -
.../conf/multiconfig/qemuarm64-bookworm.conf | 3 -
.../multiconfig/sifive-fu540-sid-ports.conf | 4 +-
.../conf/multiconfig/stm32mp15x-bullseye.conf | 4 +-
.../conf/multiconfig/stm32mp15x-buster.conf | 4 +-
.../conf/multiconfig/virtualbox-bullseye.conf | 5 +-
meta-isar/recipes-ci/images/isar-image-ci.bb | 9 -
meta-test/conf/bblayers.conf.sample | 15 +
meta-test/conf/conf-notes.txt | 3 +
meta-test/conf/layer.conf | 20 ++
meta-test/conf/local.conf.sample | 261 ++++++++++++++++++
meta-test/recipes-ci/images/isar-image-ci.bb | 42 +++
.../isar-ci-ssh-setup/files/postinst | 0
.../isar-ci-ssh-setup_0.1.bb | 0
testsuite/cibuilder.py | 1 +
testsuite/citest.py | 32 ++-
35 files changed, 401 insertions(+), 96 deletions(-)
delete mode 100644 meta-isar/recipes-ci/images/isar-image-ci.bb
create mode 100644 meta-test/conf/bblayers.conf.sample
create mode 100644 meta-test/conf/conf-notes.txt
create mode 100644 meta-test/conf/layer.conf
create mode 100644 meta-test/conf/local.conf.sample
create mode 100644 meta-test/recipes-ci/images/isar-image-ci.bb
rename {meta-isar => meta-test}/recipes-ci/isar-ci-ssh-setup/files/postinst (100%)
rename {meta-isar => meta-test}/recipes-ci/isar-ci-ssh-setup/isar-ci-ssh-setup_0.1.bb (100%)
--
2.34.1
next reply other threads:[~2023-04-28 19:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-28 19:09 Anton Mikanovich [this message]
2023-04-28 19:09 ` [PATCH v1 01/10] CI: Introduce meta-test layer Anton Mikanovich
2023-04-28 19:09 ` [PATCH v1 02/10] ubuntu: Fix WKS_FILE overriding Anton Mikanovich
2023-04-28 19:09 ` [PATCH v1 03/10] CI: Move qemuamd64-bookworm hacks to CI layer Anton Mikanovich
2023-04-28 19:09 ` [PATCH v1 04/10] CI: Move qemuamd64-bullseye " Anton Mikanovich
2023-04-28 19:09 ` [PATCH v1 05/10] CI: Move qemuamd64-buster " Anton Mikanovich
2023-04-28 19:10 ` [PATCH v1 06/10] CI: Move qemuarm-bookworm " Anton Mikanovich
2023-04-28 19:10 ` [PATCH v1 07/10] CI: Move qemuarm64-bookworm " Anton Mikanovich
2023-04-28 19:10 ` [PATCH v1 08/10] meta-isar: Remove qemuamd64-sb settings from multiconfig Anton Mikanovich
2023-04-28 19:10 ` [PATCH v1 09/10] meta-isar: Remove imx6-sabrelite " Anton Mikanovich
2023-04-28 19:10 ` [PATCH v1 10/10] meta-isar: Unify multiconfigs to use weak assignments Anton Mikanovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230428191004.243993-1-amikan@ilbers.de \
--to=amikan@ilbers.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox