From: Simon Glass Date: Fri, 13 Dec 2024 00:59:03 +0000 (-0700) Subject: gitlab: Add an rpi to the sjg lab X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=1cde96bee57ead9714d0ee2f484e0be4540f3fad;p=u-boot.git gitlab: Add an rpi to the sjg lab 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 Reviewed-by: Tom Rini Acked-by: Ilias Apalodimas --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2164ad79a7..579d43eacb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -678,3 +678,8 @@ nyan-big: variables: ROLE: nyan-big <<: *lab_dfn + +rpi: + variables: + ROLE: rpi + <<: *lab_dfn