diff options
| author | Kuan-Wei Chiu <visitorckw@gmail.com> | 2026-01-07 20:18:36 +0000 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-02-02 14:24:41 -0600 |
| commit | b21d9acdff871d9113ec8b70d9b12e6dbc4bd0c5 (patch) | |
| tree | c9ca5194bc285e001fc16c5f99ccea106fd88e86 /.azure-pipelines.yml | |
| parent | 516afc8f76268fceb98f6b891a653484e931b26a (diff) | |
CI: Add test jobs for QEMU m68k virt machine
Enable CI testing for the newly introduced QEMU m68k 'virt' board on
both GitLab CI and Azure Pipelines. This ensures the new M68040
architecture support is built and booted correctly in the emulated
environment.
Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <simon.glass@canonical.com>
Diffstat (limited to '.azure-pipelines.yml')
| -rw-r--r-- | .azure-pipelines.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 81a36da7114..e9fee478117 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -520,6 +520,9 @@ stages: TEST_PY_ID: "--id qemu" TEST_PY_TEST_SPEC: "not sleep and not efi" OVERRIDE: "-a CONFIG_M68K_QEMU=y -a ~CONFIG_MCFTMR" + qemu_m68k_virt: + TEST_PY_BD: "qemu-m68k" + TEST_PY_TEST_SPEC: "not sleep" qemu_malta: TEST_PY_BD: "malta" TEST_PY_ID: "--id qemu" |
