Compare commits

...

5 Commits

Author SHA1 Message Date
Simon Glass
d074c75a25 gitlab: Add samus_tpl to the sjg lab
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.
2024-12-18 08:07:49 -07:00
Simon Glass
efbb53a245 gitlab: Add a Rockpro64 to the sjg lab
I have one of these boards with Armbian_22.02.2_Rockpro64_bullseye
loaded. Add an entry for it so that it can be used for testing.

Series-to: u-boot
Signed-off-by: Simon Glass <sjg@chromium.org>
2024-12-18 08:07:29 -07:00
Simon Glass
93e2b3cae6 gitlab: Resurrect the samus in the sjg lab
This ancient Chromebook that nobody cares about is working again, so
add it back.
2024-12-17 19:54:03 -07:00
Simon Glass
55b8a13ed8 gitlab: Resurrect the Beaglebone Black in the sjg lab
This is working again, so add it back.
2024-12-17 19:44:17 -07:00
Simon Glass
c978118f05 gitlab: Resurrect the Pine64+ in the sjg lab
This is working again, so add it back.

Series-to: u-boot
Signed-off-by: Simon Glass <sjg@chromium.org>
2024-12-17 19:44:13 -07:00

View File

@@ -588,11 +588,16 @@ pcduino3_nano:
ROLE: pcduino3_nano
<<: *lab_dfn
# samus has a hardware failure 30-Nov-24
#samus:
# variables:
# ROLE: samus
# <<: *lab_dfn
samus:
variables:
ROLE: samus
<<: *lab_dfn
# chromebook_samus_tpl
samus_tpl:
variables:
ROLE: samus_tpl
<<: *lab_dfn
link:
variables:
@@ -644,22 +649,21 @@ rpi3z:
ROLE: rpi3z
<<: *lab_dfn
# bbb has a hardware failure 30-Nov-24
#bbb:
# variables:
# ROLE: bbb
# <<: *lab_dfn
bbb:
variables:
ROLE: bbb
<<: *lab_dfn
kevin:
variables:
ROLE: kevin
<<: *lab_dfn
# pine64 has a hardware failure 30-Nov-24
#pine64:
# variables:
# ROLE: pine64
# <<: *lab_dfn
# pine64+
pine64:
variables:
ROLE: pine64
<<: *lab_dfn
# c4 needs binman supported added, so signing works
#c4:
@@ -707,3 +711,8 @@ colibrimx8:
variables:
ROLE: colibrimx8
<<: *lab_dfn
rockpro64:
variables:
ROLE: rockpro64
<<: *lab_dfn