ROSAENG-61074: extend ROSA advanced presubmit time budget#81419
ROSAENG-61074: extend ROSA advanced presubmit time budget#81419olucasfreitas wants to merge 1 commit into
Conversation
|
@olucasfreitas: This pull request references ROSAENG-61074 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 bug to target the "5.0.0" version, but no target version was set. 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)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis change adds a ChangesROSA e2e presubmit timeout config
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: olucasfreitas 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 |
Add an explicit six-hour timeout to the ROSA HCP and STS advanced presubmits so they keep overhead for cluster setup, test execution, and teardown. Update the generated Prow jobs to keep the release repo in sync with the ci-operator source.
5cb80da to
58902cc
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse ack |
|
@olucasfreitas: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@olucasfreitas: 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. |
Summary
6h0m0stimeout to thepr-rosa-hcp-advancedandpr-rosa-sts-advancedci-operator testsrosa-tests-pull-requestchainTest plan
make ci-operator-configLocal note: the repo-wide
ci-operator-checkconfigcommand fails in this environment withfailed to create CI Op config agent: too many open files, and directci-operator-prowgeninvocations do not resolve the existingoex-aws-qecluster profile here. PR CI is the authoritative validation path for this change.Summary by CodeRabbit
This PR updates the OpenShift CI configuration used by the ROSA (release) advanced presubmits to reduce timeout-related failures. It adds an explicit
timeout: 6h0m0sto thepr-rosa-hcp-advancedandpr-rosa-sts-advancedci-operator workflows, keeping the change scoped to these two advanced chains rather than modifying the sharedrosa-tests-pull-requestpresubmit chain.Along with the ci-operator source update, the generated Prow job configuration was refreshed so the affected jobs include the additional overhead needed for cluster setup, test execution, and teardown.
Test/verification plan is to run
make ci-operator-configand review both the ci-operator source and the generated Prow diff (CI is still pending).