summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-07-15 18:15:37 -0600
committerTom Rini <[email protected]>2025-07-25 10:55:40 -0600
commit4f8755fe0860fd6cf5ccf49b8b7569c6dc56291c (patch)
treebcc613fa430274a358a8d0edee54adb51a4edca2 /.azure-pipelines.yml
parent2af7f4a456aae9b918bd1281e52844dc7f6e20c6 (diff)
CI: Disable sifive_unleashed_sdcard QEMU testing
Changes in upstream QEMU have lead to this specific configuration of the sifive_unleashed platform not working in QEMU. Until this can be root caused and resolved, disable this test for now. Link: https://gitlab.com/qemu-project/qemu/-/issues/2945 Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index b3fd4ceef13..e98882ca865 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -531,10 +531,11 @@ stages:
TEST_PY_BD: "r2dplus"
TEST_PY_ID: "--id tulip_qemu"
TEST_PY_TEST_SPEC: "not sleep"
- sifive_unleashed_sdcard:
- TEST_PY_BD: "sifive_unleashed"
- TEST_PY_ID: "--id sdcard_qemu"
- TEST_PY_TEST_SPEC: "not sleep"
+# This is broken upsteam: https://gitlab.com/qemu-project/qemu/-/issues/2945
+# sifive_unleashed_sdcard:
+# TEST_PY_BD: "sifive_unleashed"
+# TEST_PY_ID: "--id sdcard_qemu"
+# TEST_PY_TEST_SPEC: "not sleep"
sifive_unleashed_spi-nor:
TEST_PY_BD: "sifive_unleashed"
TEST_PY_ID: "--id spi-nor_qemu"