OCPBUGS-88732: Add CCCMO disruptive OTE presubmit#81252
OCPBUGS-88732: Add CCCMO disruptive OTE presubmit#81252openshift-merge-bot[bot] merged 1 commit into
Conversation
|
@RadekManak: This pull request references Jira Issue OCPBUGS-88732, which is valid. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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. |
|
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)
WalkthroughTwo optional e2e test jobs are added to the CCM operator CI config for the CCM AWS CI Test Jobs
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@RadekManak, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
848d772 to
06bdbcd
Compare
f231fe4 to
25af032
Compare
|
/pj-rehearse |
|
@RadekManak: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse ack
The new suite is here: openshift/cluster-cloud-controller-manager-operator#472 |
|
@RadekManak: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Add a trigger-only AWS presubmit for the migrated CCCMO disruptive OTE suite so the operator fix and its regression tests can be rehearsed together from the same flow.
25af032 to
d993396
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@RadekManak: 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. |
|
/pj-rehearse pull-ci-openshift-cluster-cloud-controller-manager-operator-main-e2e-aws-operator-serial-disruptive-ote |
|
@theobarberbany: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm assuming rehearses work |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RadekManak, theobarberbany 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 |
|
@theobarberbany: job(s): pull-ci-openshift-cluster-cloud-controller-manager-operator-main-e2e-aws-operator-serial-disruptive-ote either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse ack |
|
@RadekManak: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@RadekManak: Jira Issue OCPBUGS-88732: Some pull requests linked via external trackers have merged: The following pull request, linked via external tracker, has not merged: All associated pull requests must be merged or unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-88732 has not been moved to the MODIFIED state. DetailsIn response to this:
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. |
Add a trigger-only AWS presubmit for the migrated CCCMO disruptive OTE suite so the operator fix and its regression tests can be rehearsed together from the same flow.
Add a trigger-only AWS presubmit for the migrated CCCMO disruptive OTE suite so the operator fix and its regression tests can be rehearsed together from the same flow.
Add a trigger-only AWS presubmit for the migrated CCCMO disruptive OTE suite so the operator fix and its regression tests can be rehearsed together from the same flow.
Add a trigger-only AWS presubmit for the migrated CCCMO disruptive OTE suite so the operator fix and its regression tests can be rehearsed together from the same flow.
Summary
openshift/ccm/operator/disruptive/serialopenshift-e2e-testinstead of the legacy QE/private regression chainWhy OTE
openshift-tests-private, which/testwithcannot rebuild together with component PRsRelated
Summary by CodeRabbit
This updates the OpenShift CI configuration for
openshift/cluster-cloud-controller-manager-operatorto support a trigger-only AWS presubmit foropenshift/ccm/operator/disruptive/serial.In practical terms, it migrates the CCCMO disruptive regression coverage onto
openshift-e2e-testinstead of the legacy QE/private regression path, so the operator change and its regression suite can be rehearsed together in the same PR and payload flow. The new job is marked non-always_run, making it run only when explicitly triggered, and the generated Prow job ordering is adjusted to stay aligned with the source config.The change also mirrors the structure of the existing
openshift/service-ca-operatorOTE operator presubmit as the test-plan reference for this new AWS job.