diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2024-06-18 14:56:11 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-04 16:08:37 -0600 |
commit | 7de94126413bb7bc4a3656bf70d7853b106fb2e0 (patch) | |
tree | aae14b6ca1fb6b0c2ea99777dfb9f5f59c515582 /.azure-pipelines.yml | |
parent | 8363c876f6304da0b0fb96aa721ee50b3de2b2bf (diff) | |
download | u-boot-7de94126413bb7bc4a3656bf70d7853b106fb2e0.tar.gz u-boot-7de94126413bb7bc4a3656bf70d7853b106fb2e0.tar.bz2 u-boot-7de94126413bb7bc4a3656bf70d7853b106fb2e0.zip |
ci: Wire up qemu_xtensa_dc233c
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.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 27f69583c6..b149db6279 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -413,6 +413,9 @@ stages: qemu_x86_64: TEST_PY_BD: "qemu-x86_64" TEST_PY_TEST_SPEC: "not sleep" + qemu_xtensa_dc233c: + TEST_PY_BD: "qemu-xtensa-dc233c" + TEST_PY_TEST_SPEC: "not sleep and not efi" r2dplus_i82557c: TEST_PY_BD: "r2dplus" TEST_PY_ID: "--id i82557c_qemu" |