[Concept,01/10] CI: Tidy up the template for the 'make check' items

Message ID 20250905212330.354827-2-sjg@u-boot.org
State New
Headers
Series ulib: Provide examples for building outside the tree |

Commit Message

Simon Glass Sept. 5, 2025, 9:23 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

These tests run as part of the test.py phase, since they will fail if
there is a problem there. Fix up the logic at the start to use this
phase, supporting the same options as the other tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 .gitlab-ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
  

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bced2874d2d..59bcd798d6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -343,7 +343,11 @@  Check packing of Python tools:
   rules:
     - if: $LAB_ONLY == "1"
       when: never
-    - if: $TEST_SUITES == "1"
+    - if: $TEST_PY == "1"
+      when: always
+    - if: $TEST_PY == $CI_JOB_NAME
+      when: always
+    - if: $TEST_PY == $TEST_PY_BD
       when: always
     - when: never
   before_script: