[PATCH] Gitlab: Fix TEST_PY_TEST_SPEC for qemu-x86_64 in sjg-lab
Simon Glass
sjg at chromium.org
Tue Feb 24 20:31:55 CET 2026
On Tue, 24 Feb 2026 at 11:31, Tom Rini <trini at konsulko.com> wrote:
>
> With the change to regularize the usage of TEST_PY_TEST_SPEC in the
> sjg-lab stanza with commit c7f360f20d84 ("Gitlab: Rework sjg-lab calling
> test.py to be closer to test.py stage") the leading "and " part of the
> usage under qemu-x86_64 wasn't removed when it should have been. Do so
> now.
>
> Fixes: c7f360f20d84 ("Gitlab: Rework sjg-lab calling test.py to be closer to test.py stage")
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Cc: Simon Glass <sjg at chromium.org>
> ---
> .gitlab-ci.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <simon.glass at canonical.com>
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 08d01c41f358..245e422d72fa 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -795,5 +795,5 @@ vf2:
> qemu-x86_64:
> variables:
> ROLE: qemu-x86_64
> - TEST_PY_TEST_SPEC: "and not sleep"
> + TEST_PY_TEST_SPEC: "not sleep"
> <<: *sjg_lab_dfn
> --
> 2.43.0
>
More information about the U-Boot
mailing list