summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-11-24 09:34:29 -0600
committerTom Rini <trini@konsulko.com>2025-11-24 09:34:29 -0600
commit4a4871e3dc38f3f771d2713b805e79e6191b4297 (patch)
treef3cbb63c259f8cce92e87bf1a30b69c02b07c2dc /.azure-pipelines.yml
parent6e7d2399c8139f8e2d037e446236b8d8bdbca604 (diff)
parentc5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9 (diff)
Merge tag 'v2026.01-rc3' into next
Prepare v2026.01-rc3
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index dddca4acf17..abbd48d0056 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -515,6 +515,12 @@ stages:
qemu_riscv64_spl:
TEST_PY_BD: "qemu-riscv64_spl"
TEST_PY_TEST_SPEC: "not sleep"
+ qemu_riscv64_smode:
+ TEST_PY_BD: "qemu-riscv64_smode"
+ TEST_PY_TEST_SPEC: "not sleep"
+ qemu_riscv64_smode_acpi:
+ TEST_PY_BD: "qemu-riscv64_smode_acpi"
+ TEST_PY_TEST_SPEC: "not sleep"
qemu_x86:
TEST_PY_BD: "qemu-x86"
TEST_PY_TEST_SPEC: "not sleep"