-
Notifications
You must be signed in to change notification settings - Fork 106
config: Find YAML files recursively #2860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! A small nit, but it's non-blocking, for sure.
The following change should, once this branch is rebased, help resolve the CI linker failure: |
4aab0ae
to
2271024
Compare
@pawiecz can you rebase your PR, so probably latest workflows will be used for checks |
e210c87
to
4a03e77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you!
Previously only top-level files were found in a given directory. Fixes: kernelci#2859 Signed-off-by: Paweł Wieczorek <pawiecz@collabora.com>
4a03e77
to
02db104
Compare
This patch follows changes introduced in kernelci-core repository: 02db104c53c2055e6d46ba179636f8bb142fa241 Related: kernelci/kernelci-core#2860 Signed-off-by: Paweł Wieczorek <pawiecz@collabora.com>
This patch follows changes introduced in kernelci-core repository: 3b0658890d53cb5c49a3016ae66f97f62c2e4afd Related: kernelci/kernelci-core#2860 Signed-off-by: Paweł Wieczorek <pawiecz@collabora.com>
Previously only top-level files were found in a given directory.
Fixes: #2859