CLID-721: Add e2e OTE workflow for oc-mirror - #84256
Conversation
|
@adolfo-ab: This pull request references CLID-721 which is a valid jira issue. 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: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. WalkthroughAdds an optional ChangesOC Mirror AWS end-to-end validation
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This localized CI change adds the intended e2e OTE presubmit workflow without introducing an actionable merge-blocking risk; it is merge-ready after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) Full details: Stable And Deterministic Test NamesExplanation PASS. The PR adds CI configuration and a generated Prow job only. The exact diff adds no Ginkgo declarations or test titles. The new identifiers and Full details: Test Structure And QualityExplanation PASS — The commit changes only CI YAML configuration and generated Prow job metadata. It adds no Ginkgo test code, assertions, resource setup or cleanup, cluster waits, or test messages. Therefore, none of the stated Ginkgo quality failure conditions apply. Full details: Microshift Test CompatibilityExplanation PASS: The pull request adds CI configuration and a generated presubmit job only. The diff changes Full details: Single Node Openshift (Sno) Test CompatibilityExplanation PASS: The pull request changes only CI YAML files. The diff adds an Full details: Topology-Aware Scheduling CompatibilityExplanation PASS: The pull request changes only CI configuration and a generated Prow presubmit job. The added entries select the Full details: Ote Binary Stdout ContractExplanation PASS: The commit changes only two YAML CI configuration files. It adds the OTE job and generated Prow job wiring, but it does not change an OTE binary, main(), suite setup, or any process-level logging or stdout write. The repository contains no oc-mirror implementation for this commit, and the added configuration has no fmt, klog, log, or stdout operation. Therefore, the custom failure condition is not introduced. Full details: Ipv6 And Disconnected Network Test CompatibilityExplanation PASS. The pull request changes only CI configuration and the generated Prow job. It adds no Ginkgo test code or test source files. The new job runs the existing Full details: No-Weak-CryptoExplanation PASS. The pull request adds CI YAML for the Full details: Container-PrivilegesExplanation PASS. The pull request changes only the oc-mirror CI test definition and its generated presubmit job. The added YAML and generated Kubernetes pod spec contain no Full details: No-Sensitive-Data-In-LogsExplanation PASS. The exact HEAD diff adds only CI YAML in the test definition and generated presubmit job. The new job passes credential file paths and mounts named CI secrets, but it contains no credential values. The added configuration has no logging commands and no passwords, tokens, API keys, PII, session IDs, customer data, or data-dumping behavior. Comparable OTE configurations use the same non-secret extension settings and workflow pattern. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse --pull=openshift/oc-mirror#1517 e2e-aws-oc-mirror-ote |
|
@adolfo-ab: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@adolfo-ab: job(s): --pull=openshift/oc-mirror#1517, e2e-aws-oc-mirror-ote either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse e2e-aws-oc-mirror-ote |
|
@adolfo-ab: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@adolfo-ab: job(s): e2e-aws-oc-mirror-ote either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse |
|
@adolfo-ab: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adolfo-ab, r4f4 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 |
|
/pj-rehearse auto-ack |
|
@aguidirh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@adolfo-ab: 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
Adds an optional end-to-end OTE test for the
oc-mirrorcomponent repository. The test uses the AWS IPI workflow, runs theoc-mirrorextension test suite, and skips unrelated changes such as documentation-only updates.