u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: U-Boot Mailing List <u-boot@lists.denx.de>
Cc: Luca Ceresoli <luca@lucaceresoli.net>,
	Bin Meng <bmeng.cn@gmail.com>,
	Roger Pau Monne <royger@FreeBSD.org>,
	Tom Rini <trini@konsulko.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Simon Glass <sjg@chromium.org>,
	AKASHI Takahiro <takahiro.akashi@linaro.org>
Subject: [PATCH 3/4] CI: Add kconfig checker tests to gitlab/azure
Date: Mon, 29 Aug 2022 07:57:06 -0600	[thread overview]
Message-ID: <20220829135714.872221-1-sjg@chromium.org> (raw)
In-Reply-To: <20220829075657.1.Ide4bcd82e518c9ba59b01de9bb83d33a39041ef3@changeid>

Run this script along with the others.

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

 .azure-pipelines.yml | 1 +
 .gitlab-ci.yml       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 0fa92479b4c..7bb70ea9eba 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -188,6 +188,7 @@ stages:
           ./tools/buildman/buildman -t
           ./tools/dtoc/dtoc -t
           ./tools/patman/patman test
+          ./scripts/test_kconfig_check.py;
           make O=${UBOOT_TRAVIS_BUILD_DIR} testconfig
           EOF
           cat build.sh
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5592862f74b..db690363f07 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -215,6 +215,7 @@ Run binman, buildman, dtoc, Kconfig and patman testsuites:
       ./tools/buildman/buildman -t;
       ./tools/dtoc/dtoc -t;
       ./tools/patman/patman test;
+      ./scripts/test_kconfig_check.py;
       make testconfig
 
 Run tests for Nokia RX-51 (aka N900):
-- 
2.37.2.672.g94769d06f0-goog


  parent reply	other threads:[~2022-08-29 13:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-29 13:57 [PATCH 1/4] Makefile: Add a Python-based CONFIG checker Simon Glass
2022-08-29 13:57 ` [PATCH 2/4] Makefile: Switch over to the " Simon Glass
2022-08-29 13:57 ` Simon Glass [this message]
2022-08-29 13:57 ` [PATCH 4/4] pylibfdt: fix with Python 3.10 Simon Glass
2022-09-14 18:47 ` [PATCH 1/4] Makefile: Add a Python-based CONFIG checker Tom Rini
2022-09-14 22:39   ` Simon Glass
2022-09-15 18:32     ` Tom Rini
2022-09-16  1:30       ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220829135714.872221-1-sjg@chromium.org \
    --to=sjg@chromium.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=bmeng.cn@gmail.com \
    --cc=luca@lucaceresoli.net \
    --cc=royger@FreeBSD.org \
    --cc=takahiro.akashi@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).