[PATCH] CI: sifive_unleashed: Rename "spi-nor_qemu" variant to "spi_nor_qemu"
Tom Rini
trini at konsulko.com
Fri Jan 31 23:05:15 CET 2025
Given how files are searched and parsed, we need to use the
"spi_nor_qemu" variant name not "spi-nor_qemu".
Signed-off-by: Tom Rini <trini at konsulko.com>
---
.azure-pipelines.yml | 2 +-
.gitlab-ci.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index db471e67107c..444f6988758f 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -500,7 +500,7 @@ stages:
TEST_PY_TEST_SPEC: "not sleep"
sifive_unleashed_spi-nor:
TEST_PY_BD: "sifive_unleashed"
- TEST_PY_ID: "--id spi-nor_qemu"
+ TEST_PY_ID: "--id spi_nor_qemu"
TEST_PY_TEST_SPEC: "not sleep"
xilinx_zynq_virt:
TEST_PY_BD: "xilinx_zynq_virt"
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a93703fdcea2..4f5a9b8336f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -478,7 +478,7 @@ sifive_unleashed_spi-nor test.py:
variables:
TEST_PY_BD: "sifive_unleashed"
TEST_PY_TEST_SPEC: "not sleep"
- TEST_PY_ID: "--id spi-nor_qemu"
+ TEST_PY_ID: "--id spi_nor_qemu"
<<: *buildman_and_testpy_dfn
xilinx_zynq_virt test.py:
--
2.43.0
More information about the U-Boot
mailing list