]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
CI: Disable sifive_unleashed_sdcard QEMU testing
authorTom Rini <trini@konsulko.com>
Wed, 16 Jul 2025 00:15:37 +0000 (18:15 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Jul 2025 16:55:40 +0000 (10:55 -0600)
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 <trini@konsulko.com>
.azure-pipelines.yml
.gitlab-ci.yml

index b3fd4ceef13588f21d216e6adfabf6fbff5a43b2..e98882ca86500046e1e1d2564d1e61fdc2d6476a 100644 (file)
@@ -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"
index 2dfeda9985d7fbbc60852ab3e0c2dcbad7935e42..dd628fb1cfa7fb5aecc1679393d0895cd55b51a5 100644 (file)
@@ -519,12 +519,13 @@ r2dplus_tulip test.py:
     TEST_PY_ID: "--id tulip_qemu"
   <<: *buildman_and_testpy_dfn
 
-sifive_unleashed_sdcard test.py:
-  variables:
-    TEST_PY_BD: "sifive_unleashed"
-    TEST_PY_TEST_SPEC: "not sleep"
-    TEST_PY_ID: "--id sdcard_qemu"
-  <<: *buildman_and_testpy_dfn
+# This is broken upsteam: https://gitlab.com/qemu-project/qemu/-/issues/2945
+#sifive_unleashed_sdcard test.py:
+#  variables:
+#    TEST_PY_BD: "sifive_unleashed"
+#    TEST_PY_TEST_SPEC: "not sleep"
+#    TEST_PY_ID: "--id sdcard_qemu"
+#  <<: *buildman_and_testpy_dfn
 
 sifive_unleashed_spi-nor test.py:
   variables: