]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
gitlab/azure: Use buildman instead of genboardscfg
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jul 2022 01:04:09 +0000 (19:04 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2022 15:47:56 +0000 (11:47 -0400)
Use the equivalent buildman functionality to check maintainer info.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml
.gitlab-ci.yml

index bc2b437bd99905151c17b2aea99b955c971b3f20..36ca3cb4626461a53ef284a1dbbb42e71242cc55 100644 (file)
@@ -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'
index f9cd417507916d07e610a6e8fe044904b3071fb5..a516c5d4ee076106c96b444a0ebfb71e6368ecbc 100644 (file)
@@ -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: