Gitlab: Fix TEST_PY_TEST_SPEC for qemu-x86_64 in sjg-lab

With the change to regularize the usage of TEST_PY_TEST_SPEC in the
sjg-lab stanza with commit c7f360f20d ("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: c7f360f20d ("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>
This commit is contained in:
Tom Rini
2026-02-24 12:31:07 -06:00
parent e2dfabcab0
commit 437ea9f8be

View File

@@ -795,5 +795,5 @@ vf2:
qemu-x86_64: qemu-x86_64:
variables: variables:
ROLE: qemu-x86_64 ROLE: qemu-x86_64
TEST_PY_TEST_SPEC: "and not sleep" TEST_PY_TEST_SPEC: "not sleep"
<<: *sjg_lab_dfn <<: *sjg_lab_dfn