[PATCH] 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 sjg@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

On Thu, Dec 12, 2024 at 05:59:03PM -0700, Simon Glass wrote:
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@chromium.org
Reviewed-by: Tom Rini trini@konsulko.com

On Fri, 13 Dec 2024 at 03:05, Tom Rini trini@konsulko.com wrote:
On Thu, Dec 12, 2024 at 05:59:03PM -0700, Simon Glass wrote:
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@chromium.org
Reviewed-by: Tom Rini trini@konsulko.com
-- Tom
Acked-by: Ilias Apalodimas ilias.apalodimas@linaro.org
participants (3)
-
Ilias Apalodimas
-
Simon Glass
-
Tom Rini