On 12/14/24 10:20, Simon Glass wrote:
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 <s...@chromium.org> --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f379c11a1ba..33ec4b2e417 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -691,3 +691,8 @@ nyan-big: variables: ROLE: nyan-big <<: *lab_dfn + +vision5: + variables: + ROLE: vision5 + <<: *lab_dfn
It is "visionfive2" not "vision5". There exists a JH7100 CPU based board the StarFive VisionFive, so this is not appropriate to name the StarFive VisionFive2 (JH7110 CPU based) as "vision5".
-E