Re: [PATCH] RFC: CI: add test/usage_of_is_enabled_check.sh

2023-02-07 Thread Simon Glass
Hi Troy, On Tue, 7 Feb 2023 at 11:06, Troy Kisky wrote: > > > Hi Guys > > My recent CI runs for my is_enabled branch have failed > Run tests for Nokia RX-51 (aka N900) with > > 2023-02-07T17:38:08.1393984Z --2023-02-07 17:38:08-- (try:20) > http://repository.maemo.org/pool/maemo5.0/free/b/busy

Re: [PATCH] RFC: CI: add test/usage_of_is_enabled_check.sh

2023-02-07 Thread Troy Kisky
Hi Guys My recent CI runs for my is_enabled branch have failed Run tests for Nokia RX-51 (aka N900) with 2023-02-07T17:38:08.1393984Z --2023-02-07 17:38:08-- (try:20) http://repository.maemo.org/pool/maemo5.0/free/b/busybox/busybox_1.10.2.legal-1osso30+0m5_armel.deb 2023-02-07T17:40:17.4031492Z

Re: [PATCH] RFC: CI: add test/usage_of_is_enabled_check.sh

2023-02-01 Thread Troy Kisky
Hi Simon On Wed, Feb 1, 2023 at 12:21 PM Simon Glass wrote: > Hi Troy, > > On Tue, 31 Jan 2023 at 12:57, Troy Kisky > wrote: > > > > Add script usage_of_is_enabled_check to print any configs that > > use CONFIG_IS_ENABLED instead of IS_ENABLED and vice versa. > > > > Add usage_of_is_enabled_com

Re: [PATCH] RFC: CI: add test/usage_of_is_enabled_check.sh

2023-02-01 Thread Simon Glass
Hi Troy, On Tue, 31 Jan 2023 at 12:57, Troy Kisky wrote: > > Add script usage_of_is_enabled_check to print any configs that > use CONFIG_IS_ENABLED instead of IS_ENABLED and vice versa. > > Add usage_of_is_enabled_commit.sh to generate commits to fix the above > issues. > > Signed-off-by: Troy Ki

[PATCH] RFC: CI: add test/usage_of_is_enabled_check.sh

2023-01-31 Thread Troy Kisky
Add script usage_of_is_enabled_check to print any configs that use CONFIG_IS_ENABLED instead of IS_ENABLED and vice versa. Add usage_of_is_enabled_commit.sh to generate commits to fix the above issues. Signed-off-by: Troy Kisky --- .azure-pipelines.yml | 11 .gitlab-ci.ym