[PATCH v2 2/2] ci: pytest: have CI build and test ARCH=openrisc
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Jun 28 23:53:56 PDT 2023
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 at 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
More information about the barebox
mailing list