]> git.dujemihanovic.xyz Git - u-boot.git/commit
CI: Allow running tests on sjg lab
authorSimon Glass <sjg@chromium.org>
Tue, 12 Nov 2024 14:13:26 +0000 (07:13 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 18:01:35 +0000 (12:01 -0600)
commit1888b096710e5b27c3504f6b6f3272b6f5f926be
tree465094b8febd34f0845ecad8198bd509ce46a279
parent5e92fbcefc40ff45ed76757a3592a55d80f02f95
CI: Allow running tests on sjg lab

Add a way to run tests on a real hardware lab. This is in the very early
experimental stages. There are only 23 boards and 3 of those are broken!
(bob, ff3399, samus). A fourth fails due to problems with the TPM tests.

To try this, assuming you have gitlab access, set SJG_LAB=1, e.g.:

   git push -o ci.variable="SJG_LAB=1" dm HEAD:try

This relies on the two previous series targeted at -next as well as the
bugfix series for -master

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
.gitlab-ci.yml