ROSAENG-8194 | task: Migrate cs-rosa-hcp-ad-production-main#80434
ROSAENG-8194 | task: Migrate cs-rosa-hcp-ad-production-main#80434davidleerh wants to merge 1 commit into
Conversation
|
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 ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughA new ROSA E2E CI configuration YAML file is added to define build root, image streams, release targeting (OCP nightly 4.22), resource constraints, and a daily cron-scheduled test job for OCM FVT ROSA HCP production testing with environment variables and metadata. ChangesROSA HCP Production E2E CI Configuration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 13 | ❌ 2❌ Failed checks (2 inconclusive)
✅ Passed checks (13 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: davidleerh The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-rosa-hcp-production-ocm-fvt-periodic-cs-rosa-hcp-ad-production-main |
|
@davidleerh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@davidleerh: The following test failed, say
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. |
Summary by CodeRabbit
This PR adds a new CI configuration for the ROSA HCP (Hosted Control Planes) production environment test suite. The change creates
openshift-online-rosa-e2e-main__ocm-fvt-rosa-hcp-production.yaml, a ci-operator configuration that defines how the production-level HCP validation tests are executed in the OpenShift CI/CD infrastructure.What's being added:
The configuration establishes a dedicated periodic test job (
ocm-fvt-periodic-cs-rosa-hcp-ad-production-main) that:0 3 * * *)rosa-e2e-ocm-fvttest reference using nested podman capabilitycs-rosa-hcp-ad-production-mainInfrastructure setup:
The config also specifies the build and runtime environment:
rhel-9-golang-1.24-openshift-4.22This migration consolidates production ROSA HCP test execution within the release repository's CI configuration system, enabling automated daily validation of HCP production deployments.