[PATCH 12/12] CI: add sandbox64_lwip
Jerome Forissier
jerome.forissier at linaro.org
Fri Mar 14 22:55:14 CET 2025
Add sandbox64_lwip_defconfig to the list of tested boards.
Signed-off-by: Jerome Forissier <jerome.forissier at linaro.org>
---
.azure-pipelines.yml | 2 ++
.gitlab-ci.yml | 11 +++++++++++
2 files changed, 13 insertions(+)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index d5cfa59a8a6..2e894948507 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -346,6 +346,8 @@ stages:
sandbox64_clang:
TEST_PY_BD: "sandbox64"
OVERRIDE: "-O clang-17"
+ 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 2dbe6325f33..8c31bab6604 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -287,6 +287,17 @@ sandbox64 with clang test.py:
OVERRIDE: "-O clang-17"
<<: *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"
--
2.43.0
More information about the U-Boot
mailing list