From: Simon Glass Date: Tue, 12 Jul 2022 01:04:09 +0000 (-0600) Subject: gitlab/azure: Use buildman instead of genboardscfg X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=7ae8a5270ab61a33f27a8cddec658078d5cf7fe5;p=u-boot.git gitlab/azure: Use buildman instead of genboardscfg Use the equivalent buildman functionality to check maintainer info. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index bc2b437bd9..36ca3cb462 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -140,7 +140,7 @@ stages: options: $(container_option) steps: - script: | - if [ `./tools/genboardscfg.py -f 2>&1 | wc -l` -ne 0 ]; then exit 1; fi + ./tools/buildman/buildman -R - job: tools_only displayName: 'Ensure host tools build' diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9cd417507..a516c5d4ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -180,7 +180,7 @@ sloccount: Check for configs without MAINTAINERS entry: stage: testsuites script: - - if [ `./tools/genboardscfg.py -f 2>&1 | wc -l` -ne 0 ]; then exit 1; fi + - ./tools/buildman/buildman -R # Ensure host tools build Build tools-only: