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@xxxxxxxxxxxxxx> --- 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