summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.azure-pipelines.yml9
-rw-r--r--.gitlab-ci.yml13
2 files changed, 12 insertions, 10 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"
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2dfeda9985d..dd628fb1cfa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: