DPTP-5088: [tls-scanner] Add periodic TLSAdherence scan for OCP 5.0 - #81213
openshift-merge-bot[bot] merged 2 commits into
Conversation
|
Skipping CI for Draft Pull Request. |
92c321b to
b0b1a59
Compare
|
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 (2)
🚧 Files skipped from review as they are similar to previous changes (2)
Included review availability: Your plan includes up to 12 reviews per rolling hour; 11 remain after this review. WalkthroughAdds the ChangesTLS 1.3 adherence periodic testing
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This change adds the missing periodic TLS adherence scan configuration for OCP 5.0 without a supplied indication of correctness, security, availability, or deployment risk; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: Sequence Diagram(s)sequenceDiagram
participant CIConfig
participant Prow
participant CIOperator
participant TLSScanner
participant Slack
CIConfig->>Prow: Schedule periodic-tls13-adherence every 72h
Prow->>CIOperator: Start the configured job
CIOperator->>TLSScanner: Run openshift-e2e-aws-ovn-tls-13
TLSScanner-->>CIOperator: Return status and logs
CIOperator->>Slack: Report success, failure, or error
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Fixing build errors. |
|
Caution Failed to replace (edit) comment. This is likely due to insufficient permissions or the comment being deleted. Error details |
dc93ccb to
6ed2913
Compare
|
/pj-rehearse periodic-ci-openshift-tls-scanner-release-5.0-periodic-tls13-adherence |
|
/lgtm /hold |
|
@richardsonnick: your |
|
/unhold |
|
@richardsonnick: This pull request references DPTP-5088 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 task 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. |
|
/rehearsals-ack |
Co-authored-by: Cursor <cursoragent@cursor.com>
6ed2913 to
7de6bf4
Compare
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
|
@richardsonnick: This pull request references DPTP-5088 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 task to target the "5.1.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. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@richardsonnick: 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. |
|
/pj-rehearse ack |
|
@richardsonnick: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joelanford, richardsonnick, smith-xyz 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 |
The tls-scanner release-5.0 config had a tls13-adherence presubmit but no corresponding periodic. This adds a periodic-tls13-adherence job (72h interval) that runs the TLS scanner with TLS_13_ENABLE_TLS_ADHERENCE=true and StrictAllComponents policy against a OCP 5.0 cluster.
Summary by CodeRabbit
StrictAllComponentspolicy.