diff options
| author | Simon Glass <[email protected]> | 2025-03-15 14:26:06 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-03 11:43:22 -0600 |
| commit | a3d255d996b346c527962926ff80343e02ae8f00 (patch) | |
| tree | 54f31010a1f3dcf064bf2c6932a41bb7f344b5fb /.gitlab-ci.yml | |
| parent | 59001e758ae85f3226f7fab97027d6bff7baa00b (diff) | |
test: Add a test for booting Ubuntu 24.04
Now that U-Boot can boot this quickly, using kvm, add a test that the
installer starts up correctly.
Use the qemu-x86_64 board in the SJG lab.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2dbe6325f33..0f27e67abb9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -565,7 +565,7 @@ coreboot test.py: - export USE_LABGRID_SJG=1 # export verbose="-v" - ${SRC}/test/py/test.py --role ${ROLE} --build-dir "${OUT}" - --capture=tee-sys -k "not bootstd" || ret=$? + --capture=tee-sys -k "not bootstd ${TEST_PY_TEST_SPEC}" || ret=$? - U_BOOT_BOARD_IDENTITY="${ROLE}" u-boot-test-release || true - if [[ $ret -ne 0 ]]; then exit $ret; @@ -702,3 +702,9 @@ vf2: variables: ROLE: vf2 <<: *lab_dfn + +qemu-x86_64: + variables: + ROLE: qemu-x86_64 + TEST_PY_TEST_SPEC: "and not sleep" + <<: *lab_dfn |
