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

Add test option #34

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Add test option #34

merged 2 commits into from
Oct 18, 2024

Conversation

nuclearcat
Copy link
Member

Add test option, last step before implementing bisect subcommand.

For bisection we are likely expecting particular test result
to fail or pass. This option will require watch to wait for test
result and return code will depend on it.
Return codes:
0 - test passed
1 - test failed
2 - early steps failed (kernel build, infrastructure issue,etc)

We add also safeguards, in case by some reasons test didn't run,
so watch will timeout, if all other necessary steps are completed.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
Add documentation for --test added to checkout subcommand.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
@nuclearcat nuclearcat marked this pull request as ready for review October 18, 2024 05:27
@aliceinwire aliceinwire merged commit 9d7ccdd into kernelci:main Oct 18, 2024
1 check 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.

2 participants