diff mbox series

[v2,11/11] CI: add sandbox64_lwip

Message ID 20250415211819.1254435-12-jerome.forissier@linaro.org
State New
Headers show
Series lwIP sandbox tests | expand

Commit Message

Jerome Forissier April 15, 2025, 9:17 p.m. UTC
Add sandbox64_lwip_defconfig to the list of tested boards.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

(no changes since v1)

 .azure-pipelines.yml |  2 ++
 .gitlab-ci.yml       | 11 +++++++++++
 2 files changed, 13 insertions(+)
diff mbox series

Patch

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index cb787d32f14..01ab0c11f98 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -350,6 +350,8 @@  stages:
         sandbox64_clang:
           TEST_PY_BD: "sandbox64"
           OVERRIDE: "-O clang-18"
+        sandbox64_lwip:
+          TEST_PY_BD: "sandbox64_lwip"
         sandbox_spl:
           TEST_PY_BD: "sandbox_spl"
           TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f3418e482f..145bdad83bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -290,6 +290,17 @@  sandbox64 with clang test.py:
     OVERRIDE: "-O clang-18"
   <<: *buildman_and_testpy_dfn
 
+sandbox64_lwip test.py:
+  parallel:
+    matrix:
+      - HOST: "fast arm64"
+      - HOST: "fast amd64"
+  tags:
+    - ${HOST}
+  variables:
+    TEST_PY_BD: "sandbox64_lwip"
+  <<: *buildman_and_testpy_dfn
+
 sandbox_spl test.py:
   variables:
     TEST_PY_BD: "sandbox_spl"