aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-09-12 15:26:43 -0400
committerTom Rini <trini@konsulko.com>2022-09-12 15:26:43 -0400
commit57cd06f5f941fca62caeada835762de4f8074309 (patch)
tree2c7f1a04121ce670d4f3231c6f357acc94cd3040
parent2c410fe3117d2043d3c495cf8167b06effa9dcc4 (diff)
downloadu-boot-WIP/2022-09-12-broadcom-updates.zip
u-boot-WIP/2022-09-12-broadcom-updates.tar.gz
u-boot-WIP/2022-09-12-broadcom-updates.tar.bz2
CI: Disable maintainer / defconfig check for nowWIP/2022-09-12-broadcom-updates
With a number of platforms being added which make use of the regex line in the MAINTAINERS format to list a maintainer rather than the more explicit file line, disable this check for now. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--.azure-pipelines.yml20
-rw-r--r--.gitlab-ci.yml8
2 files changed, 14 insertions, 14 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index d78a170..0652939 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -131,16 +131,16 @@ stages:
steps:
- script: sloccount .
- - job: maintainers
- displayName: 'Ensure all configs have MAINTAINERS entries'
- pool:
- vmImage: $(ubuntu_vm)
- container:
- image: $(ci_runner_image)
- options: $(container_option)
- steps:
- - script: |
- ./tools/buildman/buildman -R
+# - job: maintainers
+# displayName: 'Ensure all configs have MAINTAINERS entries'
+# pool:
+# vmImage: $(ubuntu_vm)
+# container:
+# image: $(ci_runner_image)
+# options: $(container_option)
+# steps:
+# - script: |
+# ./tools/buildman/buildman -R
- job: tools_only
displayName: 'Ensure host tools build'
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e94bf8..4144b70 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -178,10 +178,10 @@ sloccount:
- sloccount .
# ensure all configs have MAINTAINERS entries
-Check for configs without MAINTAINERS entry:
- stage: testsuites
- script:
- - ./tools/buildman/buildman -R
+#Check for configs without MAINTAINERS entry:
+# stage: testsuites
+# script:
+# - ./tools/buildman/buildman -R
# Ensure host tools build
Build tools-only: