diff options
| author | Tom Rini <trini@konsulko.com> | 2025-07-15 18:15:37 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-07-25 10:55:40 -0600 |
| commit | 4f8755fe0860fd6cf5ccf49b8b7569c6dc56291c (patch) | |
| tree | bcc613fa430274a358a8d0edee54adb51a4edca2 /.gitlab-ci.yml | |
| parent | 2af7f4a456aae9b918bd1281e52844dc7f6e20c6 (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 <trini@konsulko.com>
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 7 insertions, 6 deletions
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: |
