[PATCH] gitlab: Add an rpi to the sjg lab
Simon Glass
sjg at chromium.org
Fri Dec 13 01:59:03 CET 2024
I have an original rpi installed now, loaded with OS Lite (32-bit)
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 f379c11a1ba..ffcf8532944 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -691,3 +691,8 @@ nyan-big:
variables:
ROLE: nyan-big
<<: *lab_dfn
+
+rpi:
+ variables:
+ ROLE: rpi
+ <<: *lab_dfn
--
2.34.1
More information about the U-Boot
mailing list