Add cs-sanity-jira-staging manual job and remove periodic scheduling#80942
Add cs-sanity-jira-staging manual job and remove periodic scheduling#80942jfrazierRedHat 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 (2)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe ROSA E2E HCP staging CI config removes the ChangesROSA HCP Staging Periodic Jobs
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 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)
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 |
- Add new manual job ocm-fvt-periodic-cs-sanity-jira-staging-main - Remove interval from both sanity jobs so they only run on manual trigger - Both cs-sanity-staging and cs-sanity-jira-staging are now manual-only Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
d36b143 to
1154e45
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustman9000, jfrazierRedHat 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]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@jfrazierRedHat: 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 by CodeRabbit
This PR updates the OpenShift CI ROSA E2E (rosa-hcp-staging) job configuration to change how the periodic cluster sanity checks run.
Key changes
ocm-fvt-periodic-cs-sanity-jira-staging-main, wired to run therosa-e2e-ocm-fvtsuite withOCM_FVT_JOB_NAME=cs-sanity-jira-staging, includingnested-podman(nested_podman: true) and a5h0m0stimeout.interval: 168h) is removed so these jobs no longer run on an automatic schedule and instead execute only when manually triggered:ocm-fvt-periodic-cs-sanity-staging-mainocm-fvt-periodic-cs-sanity-jira-staging-main(as configured by the new manual job entry)Impact