From: Simon Glass Date: Mon, 16 Dec 2024 23:38:53 +0000 (-0700) Subject: gitlab: Add a StarFive VisionFive2 to the sjg lab X-Git-Tag: v2025.04-rc1~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1135dc50a3e1192ee6b68e788e716c6548dc7a50;p=pandora-u-boot.git 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 Acked-By: Heinrich Schuchardt --- 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