[PATCH 8/8] CI: Drop broken boards from sjg lab

Simon Glass sjg at chromium.org
Sun Dec 1 15:42:36 CET 2024


Some of the boards have developed problems since the last passing run.

Disable these while diagnosis is ongoing.

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

 .gitlab-ci.yml | 38 +++++++++++++++++++++-----------------
 1 file changed, 21 insertions(+), 17 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f0b8a1a058..1a5c4f1fd89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -576,10 +576,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:
@@ -631,25 +632,28 @@ rpi3z:
     ROLE: rpi3z
   <<: *lab_dfn
 
-bbb:
-  variables:
-    ROLE: bbb
-  <<: *lab_dfn
+# bbb has a hardware failure 30-Nov-24
+#bbb:
+#  variables:
+#    ROLE: bbb
+#  <<: *lab_dfn
 
 kevin:
   variables:
     ROLE: kevin
   <<: *lab_dfn
 
-pine64:
-  variables:
-    ROLE: pine64
-  <<: *lab_dfn
-
-c4:
-  variables:
-    ROLE: c4
-  <<: *lab_dfn
+# pine64 has a hardware failure 30-Nov-24
+#pine64:
+#  variables:
+#    ROLE: pine64
+#  <<: *lab_dfn
+
+# c4 needs binman supported added, so signing works
+#c4:
+#  variables:
+#    ROLE: c4
+#  <<: *lab_dfn
 
 rpi4:
   variables:
-- 
2.43.0



More information about the U-Boot mailing list