-
Notifications
You must be signed in to change notification settings - Fork 105
Loading YAML configs works only for files found in top-level config_path
#2859
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
Comments
pawiecz
added a commit
to pawiecz/kernelci-core
that referenced
this issue
Apr 25, 2025
Previously only top-level files were found in a given directory. Fixes: kernelci#2859 Signed-off-by: Paweł Wieczorek <[email protected]>
pawiecz
added a commit
to pawiecz/kernelci-core
that referenced
this issue
Apr 25, 2025
Previously only top-level files were found in a given directory. Fixes: kernelci#2859 Signed-off-by: Paweł Wieczorek <[email protected]>
pawiecz
added a commit
to pawiecz/kernelci-core
that referenced
this issue
Apr 28, 2025
Previously only top-level files were found in a given directory. Fixes: kernelci#2859 Signed-off-by: Paweł Wieczorek <[email protected]>
pawiecz
added a commit
to pawiecz/kernelci-core
that referenced
this issue
Apr 30, 2025
Previously only top-level files were found in a given directory. Fixes: kernelci#2859 Signed-off-by: Paweł Wieczorek <[email protected]>
pawiecz
added a commit
to pawiecz/kernelci-core
that referenced
this issue
Apr 30, 2025
Previously only top-level files were found in a given directory. Fixes: kernelci#2859 Signed-off-by: Paweł Wieczorek <[email protected]>
pawiecz
added a commit
to pawiecz/kernelci-core
that referenced
this issue
Apr 30, 2025
Previously only top-level files were found in a given directory. Fixes: kernelci#2859 Signed-off-by: Paweł Wieczorek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docstring for function
iterate_yaml_files()
states that it should traverse over given directory and "find multiple YAML files recursively".Pull request kernelci/kernelci-pipeline#1132 shows that this statement is false - PR introduces additional level of directories (
trees/
) which are ignored by said function:The text was updated successfully, but these errors were encountered: