diff options
| author | Simon Glass <[email protected]> | 2024-12-12 17:59:03 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-17 09:13:31 -0600 |
| commit | 1cde96bee57ead9714d0ee2f484e0be4540f3fad (patch) | |
| tree | 936b3415faf4c48ce2555d4994ca477ec72193e2 | |
| parent | 315fd02729eeeb9e1fd4dbbfb0349ab5d774b006 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2164ad79a72..579d43eacb7 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 |
