mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
CI: Re-enable maintainer check
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>
This commit is contained in:
parent
eea6227d1f
commit
d6b3297dde
@ -91,7 +91,7 @@ stages:
|
|||||||
options: $(container_option)
|
options: $(container_option)
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
./tools/buildman/buildman --maintainer-check || exit 0
|
./tools/buildman/buildman --maintainer-check
|
||||||
|
|
||||||
- job: tools_only
|
- job: tools_only
|
||||||
displayName: 'Ensure host tools and env tools build'
|
displayName: 'Ensure host tools and env tools build'
|
||||||
|
@ -177,7 +177,7 @@ docs:
|
|||||||
Check for configs without MAINTAINERS entry:
|
Check for configs without MAINTAINERS entry:
|
||||||
extends: .testsuites
|
extends: .testsuites
|
||||||
script:
|
script:
|
||||||
- ./tools/buildman/buildman --maintainer-check || exit 0
|
- ./tools/buildman/buildman --maintainer-check
|
||||||
|
|
||||||
# Ensure host tools build
|
# Ensure host tools build
|
||||||
Build tools-only and envtools:
|
Build tools-only and envtools:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user