From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH v2 2/2] ci: pytest: have CI build and test ARCH=openrisc
Date: Thu, 29 Jun 2023 08:53:56 +0200 [thread overview]
Message-ID: <20230629065356.1119480-2-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20230629065356.1119480-1-a.fatoum@pengutronix.de>
We already build test for OpenRISC and with latest fix, we can run
the testsuite against it in emulation, so add it to pytest CI as well.
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
Tested working with QEMU 5.2.0 which we have in barebox-ci container.
QEMU 8.0.0 as shipped by NixOS doesn't work.
v1 -> v2:
- new patch
---
.github/workflows/test-labgrid-pytest.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/test-labgrid-pytest.yml b/.github/workflows/test-labgrid-pytest.yml
index 0f34f43e8dff..514122ebf886 100644
--- a/.github/workflows/test-labgrid-pytest.yml
+++ b/.github/workflows/test-labgrid-pytest.yml
@@ -31,6 +31,10 @@ jobs:
lgenv: test/mips/qemu-malta64el_defconfig.yaml
defconfig: qemu-malta64el_defconfig
+ - ARCH: openrisc
+ lgenv: test/openrisc/generic_defconfig.yaml
+ defconfig: generic_defconfig
+
- ARCH: x86
lgenv: test/x86/efi_defconfig.yaml
defconfig: efi_defconfig
--
2.39.2
next prev parent reply other threads:[~2023-06-29 6:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-29 6:53 [PATCH v2 1/2] Kbuild: include arch/ Makefile before test/ directory Ahmad Fatoum
2023-06-29 6:53 ` Ahmad Fatoum [this message]
2023-06-30 11:53 ` Sascha Hauer
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=20230629065356.1119480-2-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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