CI: add sandbox64_lwip
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>
This commit is contained in:
@@ -350,6 +350,8 @@ stages:
|
|||||||
sandbox64_clang:
|
sandbox64_clang:
|
||||||
TEST_PY_BD: "sandbox64"
|
TEST_PY_BD: "sandbox64"
|
||||||
OVERRIDE: "-O clang-18"
|
OVERRIDE: "-O clang-18"
|
||||||
|
sandbox64_lwip:
|
||||||
|
TEST_PY_BD: "sandbox64_lwip"
|
||||||
sandbox_spl:
|
sandbox_spl:
|
||||||
TEST_PY_BD: "sandbox_spl"
|
TEST_PY_BD: "sandbox_spl"
|
||||||
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
|
TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff or test_spl"
|
||||||
|
@@ -290,6 +290,17 @@ sandbox64 with clang test.py:
|
|||||||
OVERRIDE: "-O clang-18"
|
OVERRIDE: "-O clang-18"
|
||||||
<<: *buildman_and_testpy_dfn
|
<<: *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:
|
sandbox_spl test.py:
|
||||||
variables:
|
variables:
|
||||||
TEST_PY_BD: "sandbox_spl"
|
TEST_PY_BD: "sandbox_spl"
|
||||||
|
Reference in New Issue
Block a user