diff mbox series

gitlab: Add a NVIDIA Jetson TK1 board to the sjg lab

Message ID 20241217210920.2050997-1-sjg@chromium.org
State Changes Requested
Delegated to: Tom Rini
Headers show
Series gitlab: Add a NVIDIA Jetson TK1 board to the sjg lab | expand

Commit Message

Simon Glass Dec. 17, 2024, 9:09 p.m. UTC
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 <sjg@chromium.org>
---

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c15907fffa..60a841bd4d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -707,3 +707,9 @@  colibrimx8:
   variables:
     ROLE: colibrimx8
   <<: *lab_dfn
+
+# NVIDIA Jetson TK1
+tk1:
+  variables:
+    ROLE: tk1
+  <<: *lab_dfn