]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
CI: Drop extra condition for sjg lab
authorSimon Glass <sjg@chromium.org>
Sun, 1 Dec 2024 14:42:29 +0000 (07:42 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 10 Feb 2025 19:54:55 +0000 (13:54 -0600)
The rules part of the template makes sure that this doesn't run until
specifically requested. Drop the check in the script itself, so it is
possible to trigger a run manually without re-pushing the tree.

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

index 8f386a896a71b11b243051b21b0b423f8c09d4bf..920f61eaa0993023159a81bf1d768322181423f5 100644 (file)
@@ -540,9 +540,6 @@ coreboot test.py:
   dependencies: []
   tags: [ 'lab' ]
   script:
-    - if [[ -z "${SJG_LAB}" ]]; then
-        exit 0;
-      fi
     # Environment:
     #   SRC  - source tree
     #   OUT  - output directory for builds