[ADI] github: pass defconfig list into workflow#76
[ADI] github: pass defconfig list into workflow#76ozan956 wants to merge 1 commit intoadi-u-boot-2025.10.yfrom
Conversation
Pass the defconfigs to the checks workflow so we can validate board specific defconfigs and report any files that needs to be formatted. Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
|
Checks on the functionality of the workflow Successful run: |
|
@woodrowbarlow you might want to check your O-RAN branch as well |
pamolloy
left a comment
There was a problem hiding this comment.
Looks good to me, but let's wait for @gastmaier to take a look next week
pamolloy
left a comment
There was a problem hiding this comment.
See https://github.com/analogdevicesinc/u-boot/actions/runs/23286008647
We should look into why "all checks have passed" even though our workflows didn't run.
It fails because current worflow file in ci repo does not call defconfigs as input I believe. See the lines I have added in my another PR (which I am currently replacing the implementation with qconfig.py but the lines I am referring is generic): |
Pass the defconfigs to the checks workflow so we can validate board specific defconfigs and report any files that needs to be formatted.