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 <trini@konsulko.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
+7
-6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user