[PATCH] CI: Update the CI lab
Simon Glass
sjg at chromium.org
Thu May 1 03:25:24 CEST 2025
Update the boards in the lab to match the current situation:
- bbb and pin64 are working again
- samus and c4 are still broken, with no end in sight
- new boards for colibrimx8, rockpro64, rock3a/5b, rpi5, zybo
Signed-off-by: Simon Glass <sjg at chromium.org>
---
.gitlab-ci.yml | 48 ++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 40 insertions(+), 8 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6f11331514b..d069ad952fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -622,10 +622,11 @@ pcduino3_nano:
ROLE: pcduino3_nano
<<: *lab_dfn
-samus:
- variables:
- ROLE: samus
- <<: *lab_dfn
+# samus has a hardware failure 30-Nov-24
+#samus:
+# variables:
+# ROLE: samus
+# <<: *lab_dfn
link:
variables:
@@ -692,10 +693,11 @@ pine64:
ROLE: pine64
<<: *lab_dfn
-c4:
- variables:
- ROLE: c4
- <<: *lab_dfn
+# c4 needs binman supported added, so signing works
+#c4:
+# variables:
+# ROLE: c4
+# <<: *lab_dfn
rpi4:
variables:
@@ -733,6 +735,36 @@ vf2:
ROLE: vf2
<<: *lab_dfn
+colibrimx8:
+ variables:
+ ROLE: colibrimx8
+ <<: *lab_dfn
+
+rockpro64:
+ variables:
+ ROLE: rockpro64
+ <<: *lab_dfn
+
+rock3a:
+ variables:
+ ROLE: rock3a
+ <<: *lab_dfn
+
+rock5b:
+ variables:
+ ROLE: rock5b
+ <<: *lab_dfn
+
+rpi5:
+ variables:
+ ROLE: rpi5
+ <<: *lab_dfn
+
+zybo:
+ variables:
+ ROLE: zybo
+ <<: *lab_dfn
+
qemu-x86_64:
variables:
ROLE: qemu-x86_64
--
2.43.0
base-commit: f89124d10fcd1c8fa16bc3e5cc885b93945fe87d
branch: labe
More information about the U-Boot
mailing list