Skip to content

Add claude-ai-helpers base image for WMCO jira-agent - #83647

Merged
openshift-merge-bot[bot] merged 3 commits into
openshift:mainfrom
enxebre:wmco-fix-claude-image
Aug 19, 2026
Merged

Add claude-ai-helpers base image for WMCO jira-agent#83647
openshift-merge-bot[bot] merged 3 commits into
openshift:mainfrom
enxebre:wmco-fix-claude-image

Conversation

@enxebre

@enxebre enxebre commented Aug 19, 2026

Copy link
Copy Markdown
Member

Summary

Test plan

  • CI passes (rehearsed jira-agent job can pull the image)

🤖 Generated with Claude Code

Summary by CodeRabbit

The WMCO CI configuration now declares the claude-ai-helpers:latest base image from the ci namespace. This allows the periodic Jira agent job to pull the image and prevents ImagePullBackOff failures.

The Jira Agent now supports configurable default branches through JIRA_AGENT_DEFAULT_BRANCH. It defaults to main, while the WMCO workflow sets it to master. Fork synchronization, branch comparison, and workspace reset use the configured branch.

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>
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: c14ad6a0-b47b-4271-bbf5-31cbf924fec2

📥 Commits

Reviewing files that changed from the base of the PR and between c3740e1 and c710442.

📒 Files selected for processing (3)
  • ci-operator/step-registry/jira-agent/git-helpers/jira-agent-git-helpers-commands.sh
  • ci-operator/step-registry/jira-agent/process/jira-agent-process-ref.yaml
  • ci-operator/step-registry/windows/jira-agent/windows-jira-agent-workflow.yaml

Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review.


Walkthrough

The change adds the claude-ai-helpers:latest image and configures the Windows Jira Agent to use a selectable default branch and revised Jira issue query.

Changes

Windows Jira Agent updates

Layer / File(s) Summary
Default branch configuration
ci-operator/step-registry/jira-agent/process/jira-agent-process-ref.yaml, ci-operator/step-registry/windows/jira-agent/windows-jira-agent-workflow.yaml
The process exposes JIRA_AGENT_DEFAULT_BRANCH with a main default. The Windows workflow sets it to master and updates the JQL filters.
Git helper branch operations
ci-operator/step-registry/jira-agent/git-helpers/jira-agent-git-helpers-commands.sh
Fork synchronization, branch comparison, and workspace reset use the configured DEFAULT_BRANCH.
Windows CI image configuration
ci-operator/config/openshift/windows-machine-config-operator/openshift-windows-machine-config-operator-master.yaml
The configuration declares the claude-ai-helpers:latest base image from the ci namespace.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to c7104

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: jrvaldes, wgahnagl, bryan-cox

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the primary change: adding the claude-ai-helpers base image for the WMCO Jira agent.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The diff changes only CI YAML and a shell helper; it adds no Ginkgo It, Describe, Context, When, or other test-title declarations.
Test Structure And Quality ✅ Passed The PR changes only YAML and shell files; the diff contains no Ginkgo tests, It blocks, or test assertions to assess against these requirements.
Microshift Test Compatibility ✅ Passed The PR diff changes only CI configuration, workflow YAML, shell helpers, and Jira lifecycle config; it adds no Ginkgo e2e tests or new OpenShift API references.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR diff from the merge base changes only CI YAML and Jira-agent shell/ref files; it adds no Ginkgo e2e tests or multi-node test assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed The PR changes only CI image/workflow configuration and Jira-agent shell parameters; the diff adds no deployment/operator/controller scheduling constraints or topology-sensitive fields.
Ote Binary Stdout Contract ✅ Passed The PR changes only YAML and a Jira-agent shell helper; no OTE entry points or process-level stdout/logging APIs were added.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The actual patch changes only Jira-agent YAML and shell files; it adds no Ginkgo e2e tests or IPv4/external-connectivity assumptions covered by this check.
No-Weak-Crypto ✅ Passed The PR diff adds image, branch, JQL, and documentation settings only; it introduces no MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB, custom crypto, or secret comparisons.
Container-Privileges ✅ Passed The full PR diff adds a base image, branch settings, JQL, and shell logic; it adds no privileged, host namespace, SYS_ADMIN, root, or allowPrivilegeEscalation settings.
No-Sensitive-Data-In-Logs ✅ Passed The three-commit diff adds image metadata, branch configuration, JQL, and Git operations; it adds no sensitive logging or credential/PII literals.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

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>
@enxebre

enxebre commented Aug 19, 2026

Copy link
Copy Markdown
Member Author

/pj-rehearse periodic-ci-openshift-windows-machine-config-operator-master-periodic-jira-agent

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@enxebre: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@bryan-cox

Copy link
Copy Markdown
Member

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 19, 2026
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>
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 19, 2026
@enxebre

enxebre commented Aug 19, 2026

Copy link
Copy Markdown
Member Author

/pj-rehearse periodic-ci-openshift-windows-machine-config-operator-master-periodic-jira-agent

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@enxebre: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@enxebre: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-windows-machine-config-operator-master-address-review-comments openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-aws-e2e-operator openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-aws-e2e-ote openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-azure-e2e-operator openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-azure-e2e-upgrade openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-ci-bundle-wmco-bundle openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-gcp-e2e-operator openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-images openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-lint openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-nutanix-e2e-operator openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-platform-none-vsphere-e2e-operator openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-security openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-tls-scanner openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-unit openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-vsphere-disconnected-e2e-operator openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-vsphere-e2e-operator openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-vsphere-proxy-e2e-operator openshift/windows-machine-config-operator presubmit Ci-operator config changed
pull-ci-openshift-windows-machine-config-operator-master-wicd-unit-vsphere openshift/windows-machine-config-operator presubmit Ci-operator config changed
periodic-ci-openshift-windows-machine-config-operator-master-periodic-jira-agent N/A periodic Ci-operator config changed
periodic-ci-openshift-windows-machine-config-operator-master-aws-e2e-olmv1-install N/A periodic Ci-operator config changed
periodic-ci-openshift-windows-machine-config-operator-master-aws-e2e-operator-windows-server-2025 N/A periodic Ci-operator config changed
periodic-ci-openshift-windows-machine-config-operator-master-vsphere-e2e-ccm-install N/A periodic Ci-operator config changed
periodic-ci-openshift-windows-machine-config-operator-master-vsphere-e2e-operator-2025 N/A periodic Ci-operator config changed
periodic-ci-openshift-windows-machine-config-operator-master-gcp-e2e-operator-2025 N/A periodic Ci-operator config changed
periodic-ci-openshift-hypershift-main-periodic-jira-agent N/A periodic Registry content changed

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-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-ci

openshift-ci Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

@enxebre: all tests passed!

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.

@enxebre

enxebre commented Aug 19, 2026

Copy link
Copy Markdown
Member Author

openshift/windows-machine-config-operator#4497

/pj-rehearsal ack

@bryan-cox bryan-cox left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 19, 2026

@jrvaldes jrvaldes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci

openshift-ci Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 19, 2026
@enxebre

enxebre commented Aug 19, 2026

Copy link
Copy Markdown
Member Author

/pj-rehearsal ack

@enxebre

enxebre commented Aug 19, 2026

Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@enxebre: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Aug 19, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit 9374b2d into openshift:main Aug 19, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants