All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CI: Re-enable maintainer check
@ 2023-10-23 15:37 Tom Rini
  2023-10-23 16:59 ` Tom Rini
  2023-10-23 17:02 ` Simon Glass
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Rini @ 2023-10-23 15:37 UTC (permalink / raw)
  To: u-boot

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 | 2 +-
 .gitlab-ci.yml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 6f91553e8613..eb9353fc3dcf 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -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'
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6decdfdee334..1e11b5a6fea8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] CI: Re-enable maintainer check
  2023-10-23 15:37 [PATCH] CI: Re-enable maintainer check Tom Rini
@ 2023-10-23 16:59 ` Tom Rini
  2023-10-23 17:02 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-10-23 16:59 UTC (permalink / raw)
  To: u-boot

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

On Mon, Oct 23, 2023 at 11:37:47AM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] CI: Re-enable maintainer check
  2023-10-23 15:37 [PATCH] CI: Re-enable maintainer check Tom Rini
  2023-10-23 16:59 ` Tom Rini
@ 2023-10-23 17:02 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2023-10-23 17:02 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

On Mon, 23 Oct 2023 at 08:37, Tom Rini <trini@konsulko.com> wrote:
>
> 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 | 2 +-
>  .gitlab-ci.yml       | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-23 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23 15:37 [PATCH] CI: Re-enable maintainer check Tom Rini
2023-10-23 16:59 ` Tom Rini
2023-10-23 17:02 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.