-
Notifications
You must be signed in to change notification settings - Fork 10
Implement detect issues command
#191
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6fc1e7e to
d7b9e85
Compare
d7b9e85 to
9c8f393
Compare
Author
|
@aliceinwire Please do not merge the PR. |
detect build-issues commanddetect issues command
Author
|
Sample commands: |
d80fd62 to
58c8529
Compare
padovan
reviewed
Jul 1, 2025
5ad68e4 to
7f8fe06
Compare
Author
|
Enabled support for checking inconclusive builds and boots to get issues along with failed ones. |
The command is used to fetch KCIDB issues associated with builds/boots. `--all-checkouts` option can be used to fetch KCIDB issues for all the failed and inconclusive builds/boots from all available trees on the dashboard. Issues for a single build/boot can be retrieved by providing `--id` option. Sample command: ``` $ kci-dev --settings ./kci-dev.toml detect issues --boots --id <boot-id> $ kci-dev --settings ./kci-dev.toml detect issues --builds --all-checkouts --days 1 --origin <origin> ``` Signed-off-by: Jeny Sadadia <jeny.sadadia@collabora.com>
7f8fe06 to
cd8e1e7
Compare
Member
please send as draft, if is a work in progress PR |
Author
|
@aliceinwire It is ready to be reviewed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The command is used to fetch KCIDB issues associated with builds/boots.
Provide
--buildsand--bootsoption for getting builds and boots issues respectively.--all-checkoutsoption can be used to fetch KCIDB issues for all the failed and inconclusive builds/boots from all available trees on the dashboard. Issues for a single build can be retrieved by providing--idoption.