From 97b68ef3c6876a06d90a6a931d420676870ec2a6 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 17 Dec 2024 14:09:19 -0700 Subject: [PATCH] gitlab: Add a NVIDIA Jetson TK1 board to the sjg lab I have one of these boards, with no OS loaded. Add an entry for it so that it can be used for testing. Signed-off-by: Simon Glass --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f69895efd8..ee70fcffea2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -778,3 +778,9 @@ qemu-x86_64: ROLE: qemu-x86_64 TEST_PY_TEST_SPEC: "and not sleep" <<: *lab_dfn + +# NVIDIA Jetson TK1 +tk1: + variables: + ROLE: tk1 + <<: *lab_dfn