Skip to content
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

fix(bisect.py): Fix initial tree creation and params rename #81

Merged
merged 3 commits into from
Jan 17, 2025

Conversation

nuclearcat
Copy link
Member

@nuclearcat nuclearcat commented Jan 15, 2025

1)If linux tree source code doesn't exist (workdir), bisection will fail due wrong sequence of commands.
2)Change parameter names from platformfilter and jobfilter to job-filter and platform-filter

@nuclearcat nuclearcat marked this pull request as draft January 15, 2025 18:06
If linux tree source code doesn't exist (workdir), bisection
will fail due wrong sequence of commands.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
Make git bisection failure more verbose, to understand
what is happening on error.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
@padovan
Copy link
Contributor

padovan commented Jan 15, 2025

Looks good. Thank you!

@aliceinwire
Copy link
Member

nice, looks good!

@aliceinwire
Copy link
Member

aliceinwire commented Jan 16, 2025

this is draft, is it ok to be a draft?

platformfilter and jobfilter a bit difficult to read, so let's
change parameters to job-filter and platform-filter.
Updating documentation accordingly.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
@nuclearcat nuclearcat marked this pull request as ready for review January 16, 2025 19:34
@nuclearcat nuclearcat changed the title fix(bisect.py): Fix initial tree creation fix(bisect.py): Fix initial tree creation and params rename Jan 16, 2025
@aliceinwire aliceinwire merged commit 4d94070 into kernelci:main Jan 17, 2025
2 checks passed
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.

3 participants