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.
kcidb-automatching is supposed to be a command line tool that kcidb can use to create incidents automatically when new nodes (tests or builds) arrive when the nodes matches with rules defined in issues.
We are discussed the schema on https://gist.github.com/helen-fornazier/0e9528d7d011e07f08c3a19f997ac5b0/edit
But since I want to exercise the entire process, for now I just used kcidb-io as a schema, assuming all string fields are regexes, and adding a
log_regex
field to match the content of log. This is supposed to be temporary, as I'd like to see how everything would glue together, than we can go back to the schema discussion, and we can also work on specific details to improve performance.See kcidb-automatching/README.md for more details.
My next step is: understand where in kcidb this would be integrated and how, so I can make the appropriate changes to kcidb-automatching.
cc @JenySadadia @spbnick @hardboprobot