[PATCH 2/2] gitlab: Add samus_tpl to the sjg lab

Simon Glass sjg at chromium.org
Wed Dec 18 16:08:02 CET 2024


This board has two variants, one of which boots with tpl. Labgrid gets
upset when they both try to claim the same hardware, so we might need to
see if we can handle that cleanly, e.g. by making the job wait.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c620cfd1e34..72959427951 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -593,6 +593,12 @@ samus:
     ROLE: samus
   <<: *lab_dfn
 
+# chromebook_samus_tpl
+samus_tpl:
+  variables:
+    ROLE: samus_tpl
+  <<: *lab_dfn
+
 link:
   variables:
     ROLE: link
-- 
2.34.1



More information about the U-Boot mailing list