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

27 Jan
2025
27 Jan
'25
1:38 a.m.
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@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
99
Age (days ago)
99
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Glass