Add claude-ai-helpers base image for WMCO jira-agent - #83647
Conversation
The jira-agent-setup step requires the claude-ai-helpers image but it was missing from the WMCO CI config base_images, causing ImagePullBackOff. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review. WalkthroughThe change adds the ChangesWindows Jira Agent updates
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to The PR adds the missing CI base-image declaration needed by the Jira-agent workflow; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
WINC project tickets don't need a component filter (the whole project is WMCO). OCPBUGS tickets use component "Windows Containers". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
/pj-rehearse periodic-ci-openshift-windows-machine-config-operator-master-periodic-jira-agent |
|
@enxebre: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
Add JIRA_AGENT_DEFAULT_BRANCH env var (defaults to "main") to support repos that use "master" as their default branch. Set to "master" in the WMCO workflow since windows-machine-config-operator uses master. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
/pj-rehearse periodic-ci-openshift-windows-machine-config-operator-master-periodic-jira-agent |
|
@enxebre: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
A total of 28 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@enxebre: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
openshift/windows-machine-config-operator#4497 /pj-rehearsal ack |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox, enxebre, jrvaldes The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/pj-rehearsal ack |
|
/pj-rehearse ack |
|
@enxebre: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Summary
claude-ai-helpersbase image to WMCO CI configjira-agent-setupstep usesfrom: claude-ai-helpers, but this image was not declared inbase_images, causingImagePullBackOffin periodic-ci-openshift-windows-machine-config-operator-master-periodic-jira-agentTest plan
🤖 Generated with Claude Code
Summary by CodeRabbit
The WMCO CI configuration now declares the
claude-ai-helpers:latestbase image from thecinamespace. This allows the periodic Jira agent job to pull the image and preventsImagePullBackOfffailures.The Jira Agent now supports configurable default branches through
JIRA_AGENT_DEFAULT_BRANCH. It defaults tomain, while the WMCO workflow sets it tomaster. Fork synchronization, branch comparison, and workspace reset use the configured branch.