diff options
author | Simon Glass <sjg@chromium.org> | 2024-12-16 16:38:53 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-25 16:28:27 -0600 |
commit | 1135dc50a3e1192ee6b68e788e716c6548dc7a50 (patch) | |
tree | 89849177b7422c6ae8152c3a11ac9eee2ec9afd0 | |
parent | bd7883f3467645359f72647f78abffbdd5a236fa (diff) |
gitlab: Add a StarFive VisionFive2 to the sjg lab
I have one of these boards loaded with Ubuntu 24.10 (64-bit). Add an
entry for it so that it can be used for testing.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-By: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4340946a8a..74dc05d58a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -671,3 +671,9 @@ rpi: variables: ROLE: rpi <<: *lab_dfn + +# StarFive VisionFive 2 +vf2: + variables: + ROLE: vf2 + <<: *lab_dfn |