]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Gitlab: Fix TEST_PY_TEST_SPEC for qemu-x86_64 in sjg-lab 863/head
authorTom Rini <trini@konsulko.com>
Tue, 24 Feb 2026 18:31:07 +0000 (12:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 26 Feb 2026 15:06:33 +0000 (09:06 -0600)
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")
Reviewed-by: Simon Glass <simon.glass@canonical.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
.gitlab-ci.yml

index 08d01c41f358dae0fb62dc186b15f7822014e817..245e422d72fa4e5a3083d6af6a7c6cc80d5f58e6 100644 (file)
@@ -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