[Concept,07/37] CI: Run u_boot_pylib tests in GitLab and Azure pipelines

Message ID 20260404213020.372253-8-sjg@u-boot.org
State New
Headers
Series patman: Autolink fixes and AI-assisted patch review |

Commit Message

Simon Glass April 4, 2026, 9:28 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

The u_boot_pylib module now has a test runner entry point but it is
not included in the CI pipelines. Add it alongside the existing patman
test invocation in both GitLab CI and Azure Pipelines.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 .azure-pipelines.yml | 1 +
 .gitlab-ci.yml       | 1 +
 2 files changed, 2 insertions(+)
  

Patch

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 9edaa7606e9..09642e3295e 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -150,6 +150,7 @@  stages:
           ./tools/binman/binman --toolpath ${UBOOT_TRAVIS_BUILD_DIR}/tools test
           ./tools/buildman/buildman -t
           ./tools/dtoc/dtoc -t
+          ./tools/u_boot_pylib/u_boot_pylib test
           ./tools/patman/patman test
           make O=${UBOOT_TRAVIS_BUILD_DIR} testconfig
           EOF
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73c46ea69ca..4b7996e0a39 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -324,6 +324,7 @@  Run binman, buildman, dtoc, hwids_to_dtsi, Kconfig, patman and pickman suites:
       ./tools/binman/binman ${TOOLPATH} test -T;
       ./tools/buildman/buildman -t;
       ./tools/dtoc/dtoc -t;
+      ./tools/u_boot_pylib/u_boot_pylib test;
       ./tools/patman/patman test;
       ./tools/pickman/pickman test;
       ./tools/pickman/pickman test -T;