diff options
| author | Tom Rini <trini@konsulko.com> | 2025-07-25 10:55:45 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-07-25 10:55:45 -0600 |
| commit | 2a19fc236f7d48c84e9ddeea630095e4a81c6538 (patch) | |
| tree | 347923fc1f64b272f062487087cfa9d7fbbcb0bc /.azure-pipelines.yml | |
| parent | 088d24eb96fb8ba64e3afee310a9f32ee36c22b0 (diff) | |
| parent | 0fabedfcde546a0d5bd17c89338d982903c2436c (diff) | |
Merge patch series "CI: Disable sifive_unleashed_sdcard QEMU testing"
This series from myself brings CI up to using QEMU 10.0.2 for platforms.
We need to disable one test for now while a report to upstream QEMU is
resolved and also need to now update coreboot in order to be able to
build a version of it non-interactively (source locations have changed).
Link: https://lore.kernel.org/r/20250716001539.2483390-1-trini@konsulko.com
Diffstat (limited to '.azure-pipelines.yml')
| -rw-r--r-- | .azure-pipelines.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 966a66ff567..b1de8a6103a 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" |
