Skip to content

ROSAENG-61450: wire rosa-clients for openshift/rosa CI#81830

Open
amandahla wants to merge 1 commit into
openshift:mainfrom
amandahla:ROSAENG-61450-rosa-ci-clients
Open

ROSAENG-61450: wire rosa-clients for openshift/rosa CI#81830
amandahla wants to merge 1 commit into
openshift:mainfrom
amandahla:ROSAENG-61450-rosa-ci-clients

Conversation

@amandahla

@amandahla amandahla commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Wire openshift/rosa Prow to a repo-owned rosa-clients image (Dockerfile.clients) instead of from: src / hardcoded ocp/builder.

Blocked on / waits for: openshift/rosa#3366 (adds Dockerfile.clients and .ci-operator.yaml). Do not merge this until that PR is in openshift/rosa master.

Changes

  • openshift-rosa-master.yaml: build_root: from_repository: true, build Dockerfile.clientsrosa-clients, point lint/build/test/commits/coverage/govulncheck at from: rosa-clients
  • e2e / images variants: build_root: from_repository: true (fixes e2e rhel-8 builder drift)
  • Regenerated / sanitized prow jobs (including /test images)

Related

Test plan

Made with Cursor

Summary by CodeRabbit

  • Updates openshift/rosa CI configurations to build from the repository source.
  • Adds the repository-owned rosa-clients image from Dockerfile.clients and uses it across build, test, lint, coverage, commit, and vulnerability checks.
  • Applies the repository build root to master, e2e, and image workflows, removing hardcoded builder image references.
  • Regenerates and sanitizes the associated Prow jobs, including /test images.
  • Verification remains dependent on openshift/rosa#3366, which provides Dockerfile.clients and .ci-operator.yaml.

Depends on openshift/rosa#3366 (Dockerfile.clients + .ci-operator.yaml).
Switch rosa ci-operator configs to build_root from_repository, run
presubmits from rosa-clients, and regenerate prow jobs.

Signed-off-by: Amanda Hager Lopes de Andrade Katz <amanda.katz@redhat.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@openshift-ci-robot

openshift-ci-robot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

@amandahla: This pull request references ROSAENG-61450 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

Wire openshift/rosa Prow to a repo-owned rosa-clients image (Dockerfile.clients) instead of from: src / hardcoded ocp/builder.

Blocked on / waits for: openshift/rosa#3366 (adds Dockerfile.clients and .ci-operator.yaml). Do not merge this until that PR is in openshift/rosa master.

Changes

  • openshift-rosa-master.yaml: build_root: from_repository: true, build Dockerfile.clientsrosa-clients, point lint/build/test/commits/coverage/govulncheck at from: rosa-clients
  • e2e / images variants: build_root: from_repository: true (fixes e2e rhel-8 builder drift)
  • Regenerated / sanitized prow jobs (including /test images)

Related

Test plan

Made with Cursor

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 13, 2026
@coderabbitai

coderabbitai Bot commented Jul 13, 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: 4551cbbf-10ba-4b0c-a356-d2cc9c61a4dc

📥 Commits

Reviewing files that changed from the base of the PR and between 03b47ca and fd6e952.

⛔ Files ignored due to path filters (3)
  • ci-operator/jobs/openshift/rosa/openshift-rosa-master-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/rosa/openshift-rosa-master-postsubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/rosa/openshift-rosa-master-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (5)
  • ci-operator/config/openshift/rosa/openshift-rosa-master.yaml
  • ci-operator/config/openshift/rosa/openshift-rosa-master__e2e-presubmits.yaml
  • ci-operator/config/openshift/rosa/openshift-rosa-master__e2e.yaml
  • ci-operator/config/openshift/rosa/openshift-rosa-master__images-release.yaml
  • ci-operator/config/openshift/rosa/openshift-rosa-master__images.yaml

Walkthrough

ROSA CI configurations now use repository-derived build roots. The main configuration defines a rosa-clients image from Dockerfile.clients and updates build, test, coverage, publishing, and vulnerability-check steps to use it.

Changes

ROSA CI image configuration

Layer / File(s) Summary
Repository-derived build roots
ci-operator/config/openshift/rosa/*
Build root selection uses repository sourcing, and the main configuration adds the rosa-clients image built from Dockerfile.clients.
rosa-clients job wiring
ci-operator/config/openshift/rosa/openshift-rosa-master.yaml
Build, test, commits, coverage, publish-coverage, and govulncheck steps change their container source from src to rosa-clients.
Estimated code review effort: 2 (Simple) ~10 minutes

Possibly related PRs

Suggested labels: lgtm

Suggested reviewers: olucasfreitas, danilo-gemoli, prucek

🚥 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 summarizes the main change: wiring the rosa-clients image into openshift/rosa CI.
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 Only ci-operator/job YAML changed; no Go/Ginkgo test titles were added or modified, and searches found no It/Describe/Context/When strings in the diff.
Test Structure And Quality ✅ Passed PR only changes ci-operator/job YAMLs; no Ginkgo test code was added or modified, so this check is not applicable.
Microshift Test Compatibility ✅ Passed PR only changes ci-operator/prow YAML; no Ginkgo e2e test code or new It/Describe specs were added, so no MicroShift compatibility issue.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only changes CI/job YAML and image wiring; no Go/Ginkgo test files were added or modified, so SNO compatibility review is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates ci-operator/prow YAMLs for ROSA; no deployment manifests, controllers, or topology-sensitive scheduling fields were added.
Ote Binary Stdout Contract ✅ Passed Diff only changes ci-operator/job YAML; no process-level source code or stdout writes were introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PASS: The PR only changes ci-operator/job YAML; no new Go/Ginkgo e2e tests or hardcoded IP/external-network code was added.
No-Weak-Crypto ✅ Passed Only CI YAML/job config changed; scans found no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB, custom crypto, or secret/token comparisons.
Container-Privileges ✅ Passed Changed YAMLs add no privileged/host* / allowPrivilegeEscalation / SYS_ADMIN / securityContext settings; diff only updates build roots and image sources.
No-Sensitive-Data-In-Logs ✅ Passed The PR adds secret refs/token paths but no echo, set -x, printenv, or plaintext secret logging in the changed configs.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@openshift-ci

openshift-ci Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: amandahla

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 Jul 13, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@amandahla: 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-rosa-master-build openshift/rosa presubmit Presubmit changed
pull-ci-openshift-rosa-master-commits openshift/rosa presubmit Presubmit changed
pull-ci-openshift-rosa-master-coverage openshift/rosa presubmit Presubmit changed
pull-ci-openshift-rosa-master-govulncheck openshift/rosa presubmit Presubmit changed
pull-ci-openshift-rosa-master-images openshift/rosa presubmit Presubmit changed
pull-ci-openshift-rosa-master-lint openshift/rosa presubmit Presubmit changed
pull-ci-openshift-rosa-master-security openshift/rosa presubmit Presubmit changed
pull-ci-openshift-rosa-master-test openshift/rosa presubmit Presubmit changed
pull-ci-openshift-rosa-master-images-images openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-images-release-images openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-images openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-hcp-advanced openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-hcp-arm openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-hcp-private-link openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-shared-vpc openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-sts-advanced openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-sts-private-link openshift/rosa presubmit Ci-operator config changed
pull-ci-openshift-rosa-master-e2e-presubmits-pr-rosa-sts-shared-vpc openshift/rosa presubmit Ci-operator config changed
periodic-ci-openshift-rosa-master-e2e-rosa-sts-advanced-critical-high-f3 N/A periodic Periodic changed
periodic-ci-openshift-rosa-master-e2e-rosa-non-sts-advanced-critical-high-f3 N/A periodic Periodic changed
periodic-ci-openshift-rosa-master-e2e-rosa-sts-private-link-medium-low-f7 N/A periodic Periodic changed
periodic-ci-openshift-rosa-master-e2e-rosa-sts-upgrade-z-stream-f3 N/A periodic Periodic changed
periodic-ci-openshift-rosa-master-e2e-rosa-sts-private-link-critical-high-f3 N/A periodic Periodic changed
periodic-ci-openshift-rosa-master-e2e-rosa-hcp-advanced-regional-f3 N/A periodic Periodic changed
periodic-ci-openshift-rosa-master-e2e-rosa-hcp-arm-f7 N/A periodic Periodic changed

A total of 47 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
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

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.

@amandahla

Copy link
Copy Markdown
Contributor Author

/hold

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 13, 2026
@openshift-ci

openshift-ci Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

@amandahla: 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.

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. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants