]> git.ipfire.org Git - thirdparty/u-boot.git/commit - .azure-pipelines.yml
CI: Replace unmigrated symbol test with non-Kconfig introduction test
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:14:15 +0000 (10:14 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 18:01:12 +0000 (13:01 -0500)
commitbb9b9c1e207744fc2ea5163688e9379530a3057b
tree999c3d4f13c6c75591b325801bb9781f12dde0a4
parent2a06da08e7897deb08c204df1c2f7853c4e61806
CI: Replace unmigrated symbol test with non-Kconfig introduction test

Now that all symbols have been migrated to Kconfig, or are part of the
CFG namespace we do not need a complex check for unmigrated CONFIG
symbols. Any instance of #define (or #undef) or a CONFIG value is wrong,
so cause CI to fail.

This test is not as strict as possible yet as we have more symbols that
were not previously caught to deal with.

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