[PATCH] CI: Update sjg lab to match currently actively boards

Simon Glass sjg at chromium.org
Tue Mar 17 14:18:35 CET 2026


Various updates:
- c4 lack signing so does not currently build
- samus hardware is non-functional
- colibrimx8, rockpro64, rock3a, rock5b, rpi5, tk1 and play are new

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

---
A sample run is here:

https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/29552

At present, coral, play, rpi5, snow and vf2 appear to be genuinely
broken on -next

The ff3399 board needs some investigation.

 .gitlab-ci.yml | 46 ++++++++++++++++++++++++++++++++++++----------
 1 file changed, 36 insertions(+), 10 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 245e422d72f..8f92f464499 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -681,11 +681,6 @@ pcduino3_nano:
     ROLE: pcduino3_nano
   <<: *sjg_lab_dfn
 
-samus:
-  variables:
-    ROLE: samus
-  <<: *sjg_lab_dfn
-
 link:
   variables:
     ROLE: link
@@ -751,11 +746,6 @@ pine64:
     ROLE: pine64
   <<: *sjg_lab_dfn
 
-c4:
-  variables:
-    ROLE: c4
-  <<: *sjg_lab_dfn
-
 rpi4:
   variables:
     ROLE: rpi4
@@ -797,3 +787,39 @@ qemu-x86_64:
     ROLE: qemu-x86_64
     TEST_PY_TEST_SPEC: "not sleep"
   <<: *sjg_lab_dfn
+
+colibrimx8:
+  variables:
+    ROLE: colibrimx8
+  <<: *sjg_lab_dfn
+
+rockpro64:
+  variables:
+    ROLE: rockpro64
+  <<: *sjg_lab_dfn
+
+rock3a:
+  variables:
+    ROLE: rock3a
+  <<: *sjg_lab_dfn
+
+rock5b:
+  variables:
+    ROLE: rock5b
+  <<: *sjg_lab_dfn
+
+rpi5:
+  variables:
+    ROLE: rpi5
+  <<: *sjg_lab_dfn
+
+# NVIDIA Jetson TK1
+tk1:
+  variables:
+    ROLE: tk1
+  <<: *sjg_lab_dfn
+
+play:
+  variables:
+    ROLE: play
+  <<: *sjg_lab_dfn
-- 
2.43.0

base-commit: a27980786cfb3c430aa1c05da8e79180c584d221
branch: laba-us


More information about the U-Boot mailing list