Add rosa-e2e-ocm-fvt-longrunning step ref for OSDFM long running jobs#81457
Add rosa-e2e-ocm-fvt-longrunning step ref for OSDFM long running jobs#81457anfranci14 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 selected for processing (5)
✅ Files skipped from review due to trivial changes (3)
WalkthroughAdds a new CI step-registry entry ChangesLong-running OCM FVT step registry
Estimated code review effort: 1 (Trivial) | ~5 minutes Related PRs: None identified. Suggested labels: ci-operator, step-registry Suggested reviewers: bmeng, dustman9000, gdbranco, jfrazierredhat, ravitri, tiwillia 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ 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: anfranci14 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 |
|
@anfranci14, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
fe708ad to
d99b4f4
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@anfranci14: all tests passed! 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. |
Add a dedicated 'rosa-e2e-ocm-fvt-longrunning' step registry ref with a 12h step timeout and point OSDFM SC/MC autoscaling integration jobs at it.
OSDFM SC autoscaling Prow job is killed at 5h by the shared
rosa-e2e-ocm-fvtstep ref, even though the ci-operator test config setstimeout: 12h0m0s.Step-level timeout takes precedence over test-level timeout. Per-job step timeout override from ci-operator config is not supported.
Recent failure (
periodic-ci-openshift-online-rosa-e2e-main-ocm-fvt-osdfm-integration-ocm-fvt-periodic-osdfm-sc-autoscaling-integration):The shared ref was raised to 5h in #80225 for upgrade/autonode jobs; OSDFM autoscaling needs more headroom.
Solution
new step variant:
rosa-e2e-ocm-fvt-longrunning-ref.yaml— same asrosa-e2e-ocm-fvt, reusesrosa-e2e-ocm-fvt-commands.sh,timeout: 12h0m0s__ocm-fvt-osdfm-integration.yaml— SC + MC autoscaling jobs useref: rosa-e2e-ocm-fvt-longrunningKeep
rosa-e2e-ocm-fvt-longrunning-ref.yamlin sync withrosa-e2e-ocm-fvt-ref.yaml.Both share the same commands script.Summary by CodeRabbit
This updates OpenShift CI configuration for the ROSA OCM FVT OSDFM autoscaling jobs to use a new long-running step-registry reference with a 12-hour step timeout. The new
rosa-e2e-ocm-fvt-longrunningregistry entry reuses the existing FVT command script, but extends the step-level timeout so long-running SC/MC autoscaling integrations are no longer cut off by the shorter shared timeout. It also adds the corresponding step-registry metadata and ownership wiring for the new reference.