Skip to content

Add a skill for reviewing OpenShift ci results#14572

Open
rhmdnd wants to merge 1 commit intoComplianceAsCode:masterfrom
rhmdnd:add-skill-for-periodic-ci-results
Open

Add a skill for reviewing OpenShift ci results#14572
rhmdnd wants to merge 1 commit intoComplianceAsCode:masterfrom
rhmdnd:add-skill-for-periodic-ci-results

Conversation

@rhmdnd
Copy link
Collaborator

@rhmdnd rhmdnd commented Mar 12, 2026

We run periodic CI jobs every week for OpenShift/RHCOS compliance
content. This commit adds a skill and script to parse the latest CI
results from Prow and builds a compliance report from them.

The idea is that we can use this to help keep the assertion files
up-to-date in the project by reducing the overall hops required to get
to the most recent CI runs and checking the results.

The fetch_results.py script can actually be used standalone, which is
useful for assessing gaps in testing coverage, or changing rules. But,
it can also be fed into the skill so that an agent can help diagnose
rules that have been refactored recently, and help update assertion
files.

Assisted-By: Claude

We run periodic CI jobs every week for OpenShift/RHCOS compliance
content. This commit adds a skill and script to parse the latest CI
results from Prow and builds a compliance report from them.

The idea is that we can use this to help keep the assertion files
up-to-date in the project by reducing the overall hops required to get
to the most recent CI runs and checking the results.

The fetch_results.py script can actually be used standalone, which is
useful for assessing gaps in testing coverage, or changing rules. But,
it can also be fed into the skill so that an agent can help diagnose
rules that have been refactored recently, and help update assertion
files.

Assisted-By: Claude
@rhmdnd rhmdnd force-pushed the add-skill-for-periodic-ci-results branch from 5e815a5 to a8ea3c5 Compare March 12, 2026 21:54
@rhmdnd
Copy link
Collaborator Author

rhmdnd commented Mar 12, 2026

@xiaojiey @Anna-Koudelkova @taimurhafeez @Vincent056 @yuumasato feel free to give this a try and see if it helps with managing the overall CI for profiles. You should be able to run the script standalone, which could be put into another directory for reuse (it doesn't need to be packed into the same directory as the skill).

@openshift-ci
Copy link

openshift-ci bot commented Mar 12, 2026

@rhmdnd: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/4.12-images a8ea3c5 link true /test 4.12-images

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@jan-cerny jan-cerny added the OpenShift OpenShift product related. label Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OpenShift OpenShift product related.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants