
12 Aug
2025
12 Aug
'25
8:24 p.m.
From: Simon Glass <sjg@chromium.org> Add a new board which can run the EFI app and boot an OS. Signed-off-by: Simon Glass <sjg@chromium.org> --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c96c7f80cd..a8dbf1970a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -866,3 +866,9 @@ play: variables: ROLE: play <<: *lab_dfn + +efi-aarch64: + variables: + ROLE: efi-aarch64 + TEST_PY_TEST_SPEC: "and not sleep" + <<: *lab_dfn -- 2.43.0