Skip to content

Fail check defconfig when yq is not installed#3442

Open
pamolloy wants to merge 1 commit into
cifrom
cicd/philip/command-yq-exit-0
Open

Fail check defconfig when yq is not installed#3442
pamolloy wants to merge 1 commit into
cifrom
cicd/philip/command-yq-exit-0

Conversation

@pamolloy

Copy link
Copy Markdown
Collaborator

No description provided.

@pamolloy
pamolloy requested a review from gastmaier July 16, 2026 10:58
@pamolloy pamolloy self-assigned this Jul 16, 2026
@pamolloy pamolloy changed the title Fail workflow when yq is not installed Fail check defconfig when yq is not installed Jul 16, 2026
The step was guarded with 'command -v yq || exit 0' which caused the
check to succeed and skip all defconfig checks when yq was not
installed. Now that yq has been installed in the base image this should
be removed so it doesn't silently fail in the future.

Signed-off-by: Philip Molloy <philip.molloy@analog.com>
@pamolloy

pamolloy commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator Author

Tested with branch: cicd/philip/test-yq-installed

Run command -v yq
Error: Process completed with exit code 1.

https://github.com/analogdevicesinc/linux/actions/runs/29496222835/job/87613682822#step:12:17

@sipraga sipraga left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems very reasonable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants