[PATCH 1/8] CI: Drop extra condition for sjg lab
Simon Glass
sjg at chromium.org
Sun Dec 1 15:42:29 CET 2024
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 at chromium.org>
---
.gitlab-ci.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2164ad79a72..9f0b8a1a058 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -534,9 +534,6 @@ coreboot test.py:
allow_failure: true
tags: [ 'lab' ]
script:
- - if [[ -z "${SJG_LAB}" ]]; then
- exit 0;
- fi
# Environment:
# SRC - source tree
# OUT - output directory for builds
--
2.43.0
More information about the U-Boot
mailing list