From 1135dc50a3e1192ee6b68e788e716c6548dc7a50 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 16 Dec 2024 16:38:53 -0700 Subject: [PATCH] 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 --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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