[PATCH 1/2] gitlab: Add a Rockpro64 to the sjg lab

Simon Glass sjg at chromium.org
Wed Dec 18 16:08:01 CET 2024


I have one of these boards with Armbian_22.02.2_Rockpro64_bullseye
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 61563c87ea6..c620cfd1e34 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -705,3 +705,8 @@ colibrimx8:
   variables:
     ROLE: colibrimx8
   <<: *lab_dfn
+
+rockpro64:
+  variables:
+    ROLE: rockpro64
+  <<: *lab_dfn
-- 
2.34.1



More information about the U-Boot mailing list