]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
CI: Re-enable maintainer check
authorTom Rini <trini@konsulko.com>
Mon, 23 Oct 2023 15:37:47 +0000 (11:37 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 23 Oct 2023 15:41:01 +0000 (11:41 -0400)
At this point we have all of the defconfigs maintained again, so
re-enable the check to prevent further regressions.

Signed-off-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml
.gitlab-ci.yml

index 6f91553e861388b247ee5a7b4cb5db178d6c5d49..eb9353fc3dcf339052845bd307dd1d91d0e92a56 100644 (file)
@@ -91,7 +91,7 @@ stages:
       options: $(container_option)
     steps:
       - script: |
-          ./tools/buildman/buildman --maintainer-check || exit 0
+          ./tools/buildman/buildman --maintainer-check
 
   - job: tools_only
     displayName: 'Ensure host tools and env tools build'
index 6decdfdee334f285bd0bc3c7f5dfe548fa56db85..1e11b5a6fea89c8e0ef0024388e921632b636533 100644 (file)
@@ -177,7 +177,7 @@ docs:
 Check for configs without MAINTAINERS entry:
   extends: .testsuites
   script:
-    - ./tools/buildman/buildman --maintainer-check || exit 0
+    - ./tools/buildman/buildman --maintainer-check
 
 # Ensure host tools build
 Build tools-only and envtools: