MACH_RPI Boards (Raspberry Pi 1, Zero and Zero W) all use the BroadcomBCM2835 SoC which is ARMv6. Thus test against the correct defconfig. Signed-off-by: Stefan Kerkmann <s.kerkmann@xxxxxxxxxxxxxx> --- .github/workflows/test-labgrid-pytest.yml | 4 ++++ ...multi_v7_defconfig.yaml => qemu-raspi0@multi_v5_v6_defconfig.yaml} | 0 ...lti_v7_defconfig.yaml => qemu-raspi1ap@multi_v5_v6_defconfig.yaml} | 0 3 files changed, 4 insertions(+) diff --git a/.github/workflows/test-labgrid-pytest.yml b/.github/workflows/test-labgrid-pytest.yml index 7d51a4d84d3a8d81ee4fc86fc42750a8d2cd1bff..5cf726854b6ecf0dc09627888751ae953d82e73d 100644 --- a/.github/workflows/test-labgrid-pytest.yml +++ b/.github/workflows/test-labgrid-pytest.yml @@ -15,6 +15,10 @@ jobs: matrix: include: + - ARCH: arm + lgenv: 'test/arm/*@multi_v5_v6_defconfig.yaml' + defconfig: multi_v5_v6_defconfig + - ARCH: arm lgenv: 'test/arm/*@multi_v7_defconfig.yaml' defconfig: multi_v7_defconfig diff --git a/test/arm/qemu-raspi0@multi_v7_defconfig.yaml b/test/arm/qemu-raspi0@multi_v5_v6_defconfig.yaml similarity index 100% rename from test/arm/qemu-raspi0@multi_v7_defconfig.yaml rename to test/arm/qemu-raspi0@multi_v5_v6_defconfig.yaml diff --git a/test/arm/qemu-raspi1ap@multi_v7_defconfig.yaml b/test/arm/qemu-raspi1ap@multi_v5_v6_defconfig.yaml similarity index 100% rename from test/arm/qemu-raspi1ap@multi_v7_defconfig.yaml rename to test/arm/qemu-raspi1ap@multi_v5_v6_defconfig.yaml -- 2.39.5