HIVE-2881: removing job as duplicate#80858
Conversation
|
@miyadav: This pull request references HIVE-2881 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 story 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 with no reviewable changes (1)
WalkthroughThe periodic Hive CI config removes the Changese2e-ote-sd-rosa Periodic Job
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 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 NOT APPROVED This pull-request has been approved by: miyadav 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 |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
@miyadav: 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. |
Since PR merged we can remove the job
@2uasimojo PTAL when time permits.
Summary by CodeRabbit
This PR adds a new periodic CI configuration file for the OpenShift Hive repository's master branch. The
openshift-hive-master__periodic.yamlfile defines a suite of automated test jobs that run on regular schedules:Key Jobs Added:
e2e-ote-sd-rosajob that runs OpenShift Tests Extension (OTE) e2e tests for ROSA deployments on AWS, scheduled to run weeklyInfrastructure Impact:
The new configuration affects the OpenShift CI infrastructure by establishing periodic test coverage for Hive's core functionality across different cloud environments. The
e2e-ote-sd-rosajob specifically deploys Hive to an AWS QE cluster and executes the OTE test suite, with intelligent failure categorization (blocking vs. informing) to control job status and timeout settings of 7.5 hours for test execution and 8 hours overall.The addition relates to PR
#79862's consolidation of duplicate job definitions within the Hive CI pipeline.