[PATCH] gitlab: Add an rpi5 to the sjg lab

Simon Glass sjg at chromium.org
Mon Jan 27 01:38:54 CET 2025


I have one of these 2GB boards with Ubuntu 24.10 loaded. Add an entry
for it so that it can be used for testing.

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

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a25c037b7d3..339ae83d649 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -732,3 +732,8 @@ rock5b:
   variables:
     ROLE: rock5b
   <<: *lab_dfn
+
+rpi5:
+  variables:
+    ROLE: rpi5
+  <<: *lab_dfn
-- 
2.43.0



More information about the U-Boot mailing list