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 <tr...@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