]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ci: Wire up qemu_xtensa_dc233c
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Tue, 18 Jun 2024 13:56:11 +0000 (14:56 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jul 2024 22:08:37 +0000 (16:08 -0600)
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
.azure-pipelines.yml
.gitlab-ci.yml

index 27f69583c6559db4f00e8bea00b6de751660a490..b149db62798f161037b8c5ea6cc2af5bf4ec5595 100644 (file)
@@ -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"
index 165f765a83329d3b6995a605b62ba467412c4cd5..83dd07e26f4b8f92b3c8c3a84a6a8dc5cdd6f567 100644 (file)
@@ -419,6 +419,12 @@ qemu-x86_64 test.py:
     TEST_PY_TEST_SPEC: "not sleep"
   <<: *buildman_and_testpy_dfn
 
+qemu-xtensa-dc233c test.py:
+  variables:
+    TEST_PY_BD: "qemu-xtensa-dc233c"
+    TEST_PY_TEST_SPEC: "not sleep and not efi"
+  <<: *buildman_and_testpy_dfn
+
 r2dplus_i82557c test.py:
   variables:
     TEST_PY_BD: "r2dplus"