summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJerome Forissier <[email protected]>2025-04-15 23:17:46 +0200
committerJerome Forissier <[email protected]>2025-04-23 10:02:49 +0200
commit49ae68536f234c423c78e89913c64ae9b87ed0e8 (patch)
tree6410ca5d2528856f84e425630d9109ea2961070b /.gitlab-ci.yml
parent886d38a54d3b053a8d662eb08678034c086277e2 (diff)
CI: add sandbox64_lwip
Add sandbox64_lwip_defconfig to the list of tested boards. Signed-off-by: Jerome Forissier <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml11
1 files changed, 11 insertions, 0 deletions
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"