Add debug-ci skill for investigating E2E test failures#840
Open
mandre wants to merge 1 commit into
Open
Conversation
mandre
force-pushed
the
add-debug-ci-skill
branch
from
July 8, 2026 06:06
99f7727 to
57d5b32
Compare
eshulman2
reviewed
Jul 19, 2026
eshulman2
left a comment
Contributor
There was a problem hiding this comment.
Added some minor improvement suggestions overall looks good
|
|
||
| ### 3a. Understand the Test | ||
|
|
||
| KUTTL tests live in `internal/controllers/<resource>/tests/<test-name>/`. Each step has: |
Contributor
There was a problem hiding this comment.
it usually also have a readme.md with it describing it with additional context maybe it would be nice to add it here as well to provide the agent with more context
| | **OpenStack bug** | Neutron/Nova/etc. returned success but resource is broken | File upstream or document as known flake | | ||
| | **ORC bug** | Controller logic error, race condition, or incorrect error handling | File ORC issue with fix plan | | ||
| | **Test bug** | Wrong credentials, wrong assertions, missing dependencies | Fix the test | | ||
| | **Infrastructure flake** | Timeout, resource exhaustion, network issue | Document and consider retry logic | |
Contributor
There was a problem hiding this comment.
from personal experience agents tend to over chose this options when unsure, I would suggest some reflection instructions here to make sure the model have sufficient evidence to conclude this and that other hypothesis proven false
mandre
force-pushed
the
add-debug-ci-skill
branch
from
July 21, 2026 06:02
04be18d to
bf8c7c9
Compare
mandre
force-pushed
the
add-debug-ci-skill
branch
from
July 21, 2026 06:06
bf8c7c9 to
afaf45a
Compare
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
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.
No description provided.