The sjg-lab now has a Digilent Zybo (Zynq-7010) wired up, with U-Boot written to its SD card through an SD-Wire. Add a lab job so the test suite runs on it, following the same pattern as the other boards using the shared sjg_lab template and the 'zybo' role.
Signed-off-by: Simon Glass <[email protected]> --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 245e422d72f..2e454ad8b57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -797,3 +797,9 @@ qemu-x86_64: ROLE: qemu-x86_64 TEST_PY_TEST_SPEC: "not sleep" <<: *sjg_lab_dfn + +# Digilent Zybo (Zynq-7010); U-Boot written to the SD card via SD-Wire +zybo: + variables: + ROLE: zybo + <<: *sjg_lab_dfn --- base-commit: 5d4d6e331d3f056ecc7ab11b72098a3cf4fdb099 branch: zybo-us -- 2.43.0

