Switch RMO operator e2e to cluster pool workflow#80872
Conversation
Replace rosa-operator-e2e-workflow with rosa-pool-e2e-workflow for both presubmit and promotion-stage periodic. Pool clusters are pre-provisioned, reducing job time from ~90 min to ~15 min.
|
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 (1)
WalkthroughIn the CI operator config for ChangesROSA STS E2E Workflow Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustman9000 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 |
|
[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-route-monitor-operator-master-rosa-sts-e2e-promotion-stage |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@dustman9000: 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. |
Switch both presubmit (rosa-sts-e2e) and periodic (rosa-sts-e2e-promotion-stage) to use rosa-pool-e2e-workflow instead of rosa-operator-e2e-workflow. Pool clusters are pre-provisioned, reducing job time from ~90 min (ephemeral provision) to ~15 min (pool checkout).
This also fixes the SAPM 3h pipeline timeout issue where the gangway-bridge Job was timing out waiting for the Prow job to complete.
Jira: https://redhat.atlassian.net/browse/ROSAENG-60066
Summary by CodeRabbit
This PR updates the Route Monitor Operator's ROSA STS E2E test configuration to leverage pre-provisioned pool clusters instead of ephemeral cluster provisioning. Specifically, both the
rosa-sts-e2epresubmit job and therosa-sts-e2e-promotion-stageperiodic job have their workflow migrated fromrosa-operator-e2e-workflowtorosa-pool-e2e-workflow.Impact:
Technical change: The
rosa-pool-e2e-workflowreplaces the full cluster provisioning steps (rosa-aws-sts-provisionchain) and deprovisioning steps (rosa-aws-sts-deprovisionchain) with simple pool checkout (rosa-pool-checkout) and checkin (rosa-pool-checkin) references. The core operator installation and e2e testing steps remain unchanged.Scope: This configuration change applies to the Route Monitor Operator CI in the openshift/release repository and does not affect any other job properties, environment variables, or test logic.