From 39a8134605cd109a8d9d5b756a876870724c3c92 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sun, 9 Nov 2025 11:10:10 +0100 Subject: [PATCH] CI: test qemu-riscv64_smode[_acpi] QEMU comes with its own OpenSBI. For running RISC-V virtual machine using one of qemu-riscv64_smode_defconfig or qemu-riscv64_smode_acpi_defconfig is the natural choice. Add the riscv64 smode configurations to the test scope. Series-to: concept Cover-letter: CI: Tidy up riscv targets There are some smode options for the QEMU builds, along with some associated hooks. This eries pulls these in from upstream, since the previous attempt has broken qemu-riscv64 END Reviewed-by: Simon Glass Signed-off-by: Heinrich Schuchardt (cherry picked from 703efbb1a54c5bea7ccd702cb10d7a14d84b905e) Signed-off-by: Simon Glass --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e0768d4131..9cbadb43a85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -631,6 +631,18 @@ qemu-riscv64_spl test.py: TEST_PY_TEST_SPEC: "not sleep" <<: *buildman_and_testpy_dfn +qemu-riscv64_smode test.py: + variables: + TEST_PY_BD: "qemu-riscv64_smode" + TEST_PY_TEST_SPEC: "not sleep" + <<: *buildman_and_testpy_dfn + +qemu-riscv64_smode_acpi test.py: + variables: + TEST_PY_BD: "qemu-riscv64_smode_acpi" + TEST_PY_TEST_SPEC: "not sleep" + <<: *buildman_and_testpy_dfn + qemu-x86 test.py: variables: TEST_PY_BD: "qemu-x86"