Add SNR disconnected periodic and presubmit jobs - #83014
Conversation
Add disconnected E2E testing for self-node-remediation using the shared medik8s-disconnected chain (RHWA-840). - Weekly periodic: Wednesday 12:00 UTC (e2e-snr-weekly-aws-disconnected) - Optional presubmit: /test 4.22-disconnected-e2e-snr-aws-disconnected - Mirrors self-node-remediation and node-healthcheck-operator - No medik8s-aws-credentials step (SNR uses self-remediation, not AWS fencing) Co-Authored-By: Claude <noreply@anthropic.com>
|
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 (2)
📒 Files selected for processing (1)
WalkthroughThe configuration adds optional and weekly disconnected AWS test jobs for SNR. Both jobs enable verbose testing, install the required operators and packages, subscribe to catalogs, run the SNR test command, and use defined resources with a three-hour timeout. ChangesDisconnected AWS SNR jobs
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ 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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ugreener 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]
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-ci-medik8s-system-tests-main-4.22-disconnected-e2e-snr-aws-disconnected |
|
@ugreener: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@ugreener: 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. |
Problem
The medik8s SNR (self-node-remediation) operator has connected E2E testing in Prow but lacks disconnected (air-gapped) testing coverage. Disconnected environments are common in enterprise deployments (banks, governments) where clusters have no internet access. Without disconnected CI, regressions in air-gapped environments go undetected until customer escalation.
Summary
Add a weekly periodic and an optional presubmit job for SNR disconnected E2E testing, reusing the shared
medik8s-disconnectedchain established in RHWA-840.Changes
e2e-snr-weekly-aws-disconnectedperiodic job (Wednesday 12:00 UTC) to the4.22-disconnectedvariant confige2e-snr-aws-disconnectedoptional presubmit (triggered via/test 4.22-disconnected-e2e-snr-aws-disconnected)self-node-remediationandnode-healthcheck-operatorviaMEDIK8S_PACKAGESmedik8s-aws-credentialsstep (SNR uses self-remediation, not AWS fencing)make jobsJira: RHWA-1218
Summary by CodeRabbit
Adds disconnected AWS SNR E2E coverage to the medik8s CI configuration for the
4.22-disconnectedvariant./test 4.22-disconnected-e2e-snr-aws-disconnected.medik8s-disconnectedchain.self-node-remediationandnode-healthcheck-operator.make jobs.